Searched refs:dequeueAtHead (Results 1 – 2 of 2) sorted by relevance
309 mPendingEvent = mInboundQueue.dequeueAtHead(); in dispatchOnceInnerLocked()472 mRecentQueue.dequeueAtHead()->release(); in addRecentEventLocked()598 CommandEntry* commandEntry = mCommandQueue.dequeueAtHead(); in runCommandsLockedInterruptible()617 EventEntry* entry = mInboundQueue.dequeueAtHead(); in drainInboundQueueLocked()2124 DispatchEntry* dispatchEntry = queue->dequeueAtHead(); in drainDispatchQueueLocked()
663 inline T* dequeueAtHead() { in dequeueAtHead() function