Searched refs:dequeueAtHead (Results 1 – 2 of 2) sorted by relevance
348 mPendingEvent = mInboundQueue.dequeueAtHead(); in dispatchOnceInnerLocked()511 mRecentQueue.dequeueAtHead()->release(); in addRecentEventLocked()637 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead(); in runCommandsLockedInterruptible()656 EventEntry* entry = mInboundQueue.dequeueAtHead(); in drainInboundQueueLocked()2160 DispatchEntry* dispatchEntry = queue->dequeueAtHead(); in drainDispatchQueueLocked()
662 inline T* dequeueAtHead() { in dequeueAtHead() function