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

/frameworks/base/services/input/
H A DInputDispatcher.cpp275 if (mInboundQueue.isEmpty()) {
300 mPendingEvent = mInboundQueue.dequeueAtHead();
399 bool needWake = mInboundQueue.isEmpty();
400 mInboundQueue.enqueueAtTail(entry);
599 while (! mInboundQueue.isEmpty()) {
600 EventEntry* entry = mInboundQueue.dequeueAtHead();
3162 if (!mInboundQueue.isEmpty()) {
3163 dump.appendFormat(INDENT "InboundQueue: length=%u\n", mInboundQueue.count());
3164 for (EventEntry* entry = mInboundQueue.head; entry; entry = entry->next) {
3697 ATRACE_INT("iq", mInboundQueue
[all...]
H A DInputDispatcher.h846 Queue<EventEntry> mInboundQueue; member in class:android::InputDispatcher

Completed in 521 milliseconds