Searched refs:onLaneQosEvent (Results 1 – 3 of 3) sorted by relevance
151 void (*onLaneQosEvent)(uint32_t laneHandle, LaneOwner laneOwner, LaneQosEvent qosEvent); member
1953 if (item->listener.onLaneQosEvent != NULL && NeedToNotify(item)) { in HandleLaneQosChange()1954 item->listener.onLaneQosEvent(item->laneReqId, LANE_OWNER_OTHER, LANE_QOS_BW_HIGH); in HandleLaneQosChange()
1223 allocListener.onLaneQosEvent = TransOnLaneQosEvent; in TransAddLaneAllocToPendingAndWaiting()1429 allocListener.onLaneQosEvent = TransOnLaneQosEvent; in TransAsyncGetLaneInfoByQos()