Home
last modified time | relevance | path

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

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