Searched refs:mInboundQueue (Results 1 – 2 of 2) sorted by relevance
284 if (mInboundQueue.isEmpty()) { in dispatchOnceInnerLocked()309 mPendingEvent = mInboundQueue.dequeueAtHead(); in dispatchOnceInnerLocked()409 bool needWake = mInboundQueue.isEmpty(); in enqueueInboundEventLocked()410 mInboundQueue.enqueueAtTail(entry); in enqueueInboundEventLocked()616 while (! mInboundQueue.isEmpty()) { in drainInboundQueueLocked()617 EventEntry* entry = mInboundQueue.dequeueAtHead(); in drainInboundQueueLocked()3259 if (!mInboundQueue.isEmpty()) { in dumpDispatchStateLocked()3260 dump.appendFormat(INDENT "InboundQueue: length=%u\n", mInboundQueue.count()); in dumpDispatchStateLocked()3261 for (EventEntry* entry = mInboundQueue.head; entry; entry = entry->next) { in dumpDispatchStateLocked()3808 ATRACE_INT("iq", mInboundQueue.count()); in traceInboundQueueLengthLocked()
862 Queue<EventEntry> mInboundQueue; variable