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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1690 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1706 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) {
1710 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1728 if (!connection->waitQueue.isEmpty()
1729 && currentTime >= connection->waitQueue.head->deliveryTime
1735 connection->waitQueue.count(),
1736 (currentTime - connection->waitQueue.head->deliveryTime) * 0.000001f);
2047 if (connection->waitQueue.isEmpty()) {
2074 connection->waitQueue.enqueueAtTail(dispatchEntry);
2107 drainDispatchQueueLocked(&connection->waitQueue);
[all...]
H A DInputDispatcher.h830 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 104 milliseconds