Searched refs:outboundQueue (Results 1 - 2 of 2) 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());
1823 bool wasEmpty = connection->outboundQueue.isEmpty();
1840 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
1928 connection->outboundQueue.enqueueAtTail(dispatchEntry);
1940 && !connection->outboundQueue.isEmpty()) {
1941 DispatchEntry* dispatchEntry = connection->outboundQueue.head;
2041 connection->outboundQueue.dequeue(dispatchEntry);
2074 drainDispatchQueueLocked(&connection->outboundQueue);
[all...]
H A DInputDispatcher.h820 Queue<DispatchEntry> outboundQueue; member in class:android::InputDispatcher::Connection

Completed in 40 milliseconds