Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1828 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1844 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) { in checkWindowReadyForMoreInputLocked()
1848 targetType, connection->outboundQueue.count(), connection->waitQueue.count()); in checkWindowReadyForMoreInputLocked()
1866 if (!connection->waitQueue.isEmpty() in checkWindowReadyForMoreInputLocked()
1867 && currentTime >= connection->waitQueue.head->deliveryTime in checkWindowReadyForMoreInputLocked()
1873 connection->waitQueue.count(), in checkWindowReadyForMoreInputLocked()
1874 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f); in checkWindowReadyForMoreInputLocked()
2249 if (connection->waitQueue.isEmpty()) { in startDispatchCycleLocked()
2277 connection->waitQueue.enqueueAtTail(dispatchEntry); in startDispatchCycleLocked()
2310 drainDispatchQueue(&connection->waitQueue); in abortBrokenDispatchCycleLocked()
[all …]
DInputDispatcher.h889 Queue<DispatchEntry> waitQueue; variable