Lines Matching full:front
474 int found = mCore->mFreeBuffers.front();
665 // When the queue is not empty, we need to look at the front buffer
667 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin());
668 if (front->mIsDroppable) {
669 // If the front queued buffer is still being tracked, we first
671 if (mCore->stillTracking(front)) {
672 mSlots[front->mSlot].mBufferState = BufferSlot::FREE;
673 mCore->mFreeBuffers.push_front(front->mSlot);
676 *front = item;