Home
last modified time | relevance | path

Searched refs:outboundQueue (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1726 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()
[all …]
DInputDispatcher.h825 Queue<DispatchEntry> outboundQueue; variable