Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1673 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1689 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) { in checkWindowReadyForMoreInputLocked()
1693 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1711 if (!connection->waitQueue.isEmpty() in checkWindowReadyForMoreInputLocked()
1712 && currentTime >= connection->waitQueue.head->deliveryTime in checkWindowReadyForMoreInputLocked()
1718 connection->waitQueue.count(), in checkWindowReadyForMoreInputLocked()
1719 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f); in checkWindowReadyForMoreInputLocked()
2027 if (connection->waitQueue.isEmpty()) { in startDispatchCycleLocked()
2054 connection->waitQueue.enqueueAtTail(dispatchEntry); in startDispatchCycleLocked()
2087 drainDispatchQueueLocked(&connection->waitQueue); in abortBrokenDispatchCycleLocked()
[all …]
DInputDispatcher.h816 Queue<DispatchEntry> waitQueue; variable