Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1691 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1707 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) { in checkWindowReadyForMoreInputLocked()
1711 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1852 bool wasEmpty = connection->outboundQueue.isEmpty(); in enqueueDispatchEntriesLocked()
1869 if (wasEmpty && !connection->outboundQueue.isEmpty()) { in enqueueDispatchEntriesLocked()
1960 connection->outboundQueue.enqueueAtTail(dispatchEntry); in enqueueDispatchEntryLocked()
1972 && !connection->outboundQueue.isEmpty()) { in startDispatchCycleLocked()
1973 DispatchEntry* dispatchEntry = connection->outboundQueue.head; in startDispatchCycleLocked()
2073 connection->outboundQueue.dequeue(dispatchEntry); in startDispatchCycleLocked()
2106 drainDispatchQueueLocked(&connection->outboundQueue); in abortBrokenDispatchCycleLocked()
[all …]
DInputDispatcher.h826 Queue<DispatchEntry> outboundQueue; variable