Searched refs:outboundQueue (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1648 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1664 if (!connection->outboundQueue.isEmpty() || !connection->waitQueue.isEmpty()) {
1668 targetType, connection->outboundQueue.count(), connection->waitQueue.count());
1809 bool wasEmpty = connection->outboundQueue.isEmpty();
1826 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
1914 connection->outboundQueue.enqueueAtTail(dispatchEntry);
1926 && !connection->outboundQueue.isEmpty()) {
1927 DispatchEntry* dispatchEntry = connection->outboundQueue.head;
2027 connection->outboundQueue.dequeue(dispatchEntry);
2060 drainDispatchQueueLocked(&connection->outboundQueue);
[all...]
H A DInputDispatcher.h812 Queue<DispatchEntry> outboundQueue; member in class:android::InputDispatcher::Connection

Completed in 387 milliseconds