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

/frameworks/base/services/input/
H A DInputDispatcher.cpp1682 return connection->outboundQueue.isEmpty()
1818 bool wasEmpty = connection->outboundQueue.isEmpty();
1835 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
1923 connection->outboundQueue.enqueueAtTail(dispatchEntry);
1935 && !connection->outboundQueue.isEmpty()) {
1936 DispatchEntry* dispatchEntry = connection->outboundQueue.head;
2036 connection->outboundQueue.dequeue(dispatchEntry);
2069 drainDispatchQueueLocked(&connection->outboundQueue);
3184 if (!connection->outboundQueue.isEmpty()) {
3186 connection->outboundQueue
[all...]
H A DInputDispatcher.h810 Queue<DispatchEntry> outboundQueue; member in class:android::InputDispatcher::Connection

Completed in 55 milliseconds