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

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 280 if (mInboundQueue.isEmpty()) {
305 mPendingEvent = mInboundQueue.dequeueAtHead();
404 bool needWake = mInboundQueue.isEmpty();
405 mInboundQueue.enqueueAtTail(entry);
615 while (! mInboundQueue.isEmpty()) {
616 EventEntry* entry = mInboundQueue.dequeueAtHead();
    [all...]
InputDispatcher.h 848 Queue<EventEntry> mInboundQueue;
    [all...]

Completed in 33 milliseconds