Lines Matching refs:outboundQueue
1726 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1742 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) { in checkWindowReadyForMoreInputLocked()
1746 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1887 bool wasEmpty = connection->outboundQueue.isEmpty(); in enqueueDispatchEntriesLocked()
1904 if (wasEmpty && !connection->outboundQueue.isEmpty()) { in enqueueDispatchEntriesLocked()
1995 connection->outboundQueue.enqueueAtTail(dispatchEntry); in enqueueDispatchEntryLocked()
2007 && !connection->outboundQueue.isEmpty()) { in startDispatchCycleLocked()
2008 DispatchEntry* dispatchEntry = connection->outboundQueue.head; in startDispatchCycleLocked()
2108 connection->outboundQueue.dequeue(dispatchEntry); in startDispatchCycleLocked()
2141 drainDispatchQueueLocked(&connection->outboundQueue); in abortBrokenDispatchCycleLocked()
3350 if (!connection->outboundQueue.isEmpty()) { in dumpDispatchStateLocked()
3352 connection->outboundQueue.count()); in dumpDispatchStateLocked()
3353 for (DispatchEntry* entry = connection->outboundQueue.head; entry; in dumpDispatchStateLocked()
3660 connection->outboundQueue.enqueueAtHead(dispatchEntry); in doDispatchCycleFinishedLockedInterruptible()
3878 ATRACE_INT(counterName, connection->outboundQueue.count()); in traceOutboundQueueLengthLocked()