Lines Matching refs:outboundQueue
1688 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1704 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) { in checkWindowReadyForMoreInputLocked()
1708 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1849 bool wasEmpty = connection->outboundQueue.isEmpty(); in enqueueDispatchEntriesLocked()
1866 if (wasEmpty && !connection->outboundQueue.isEmpty()) { in enqueueDispatchEntriesLocked()
1957 connection->outboundQueue.enqueueAtTail(dispatchEntry); in enqueueDispatchEntryLocked()
1969 && !connection->outboundQueue.isEmpty()) { in startDispatchCycleLocked()
1970 DispatchEntry* dispatchEntry = connection->outboundQueue.head; in startDispatchCycleLocked()
2070 connection->outboundQueue.dequeue(dispatchEntry); in startDispatchCycleLocked()
2103 drainDispatchQueueLocked(&connection->outboundQueue); in abortBrokenDispatchCycleLocked()
3291 if (!connection->outboundQueue.isEmpty()) { in dumpDispatchStateLocked()
3293 connection->outboundQueue.count()); in dumpDispatchStateLocked()
3294 for (DispatchEntry* entry = connection->outboundQueue.head; entry; in dumpDispatchStateLocked()
3596 connection->outboundQueue.enqueueAtHead(dispatchEntry); in doDispatchCycleFinishedLockedInterruptible()
3814 ATRACE_INT(counterName, connection->outboundQueue.count()); in traceOutboundQueueLengthLocked()