Searched refs:allocListener (Results 1 – 1 of 1) sorted by relevance
1218 LaneAllocListener allocListener; in TransAddLaneAllocToPendingAndWaiting() local1220 allocListener.onLaneAllocFail = TransOnLaneRequestFail; in TransAddLaneAllocToPendingAndWaiting()1221 allocListener.onLaneFreeSuccess = TransOnLaneFreeSuccess; in TransAddLaneAllocToPendingAndWaiting()1222 allocListener.onLaneFreeFail = TransOnLaneFreeFail; in TransAddLaneAllocToPendingAndWaiting()1223 allocListener.onLaneQosEvent = TransOnLaneQosEvent; in TransAddLaneAllocToPendingAndWaiting()1424 LaneAllocListener allocListener; in TransAsyncGetLaneInfoByQos() local1425 allocListener.onLaneAllocSuccess = TransOnAsyncLaneSuccess; in TransAsyncGetLaneInfoByQos()1426 allocListener.onLaneAllocFail = TransOnAsyncLaneFail; in TransAsyncGetLaneInfoByQos()1427 allocListener.onLaneFreeSuccess = TransOnLaneFreeSuccess; in TransAsyncGetLaneInfoByQos()1428 allocListener.onLaneFreeFail = TransOnLaneFreeFail; in TransAsyncGetLaneInfoByQos()[all …]