HomeSort by relevance Sort by last modified time
    Searched refs:mInboundQueue (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.cpp 275 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();
    [all...]
InputDispatcher.h 846 Queue<EventEntry> mInboundQueue;
    [all...]

Completed in 334 milliseconds