Searched refs:outboundQueue (Results 1 - 2 of 2) 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());
1851 bool wasEmpty = connection->outboundQueue.isEmpty();
1868 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
1959 connection->outboundQueue.enqueueAtTail(dispatchEntry);
1971 && !connection->outboundQueue.isEmpty()) {
1972 DispatchEntry* dispatchEntry = connection->outboundQueue.head;
2072 connection->outboundQueue.dequeue(dispatchEntry);
2105 drainDispatchQueueLocked(&connection->outboundQueue);
[all...]
H A DInputDispatcher.h826 Queue<DispatchEntry> outboundQueue; member in class:android::InputDispatcher::Connection

Completed in 64 milliseconds