Searched refs:waitQueue (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1662 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1678 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) {
1682 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1700 if (!connection->waitQueue.isEmpty()
1701 && currentTime >= connection->waitQueue.head->deliveryTime
1707 connection->waitQueue.count(),
1708 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f);
2016 if (connection->waitQueue.isEmpty()) {
2043 connection->waitQueue.enqueueAtTail(dispatchEntry);
2076 drainDispatchQueueLocked(&connection->waitQueue);
[all...]
H A DInputDispatcher.h824 Queue<DispatchEntry> waitQueue; member in class:android::InputDispatcher::Connection
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 69 milliseconds