Lines Matching defs:last
861 // When the queue is not empty, we need to look at the last buffer
863 const BufferItem& last = mCore->mQueue.itemAt(
865 if (last.mIsDroppable) {
867 if (!last.mIsStale) {
868 mSlots[last.mSlot].mBufferState.freeQueued();
874 mSlots[last.mSlot].mBufferState.isFree()) {
875 mSlots[last.mSlot].mBufferState.mShared = false;
878 if (!mSlots[last.mSlot].mBufferState.isShared()) {
879 mCore->mActiveBuffers.erase(last.mSlot);
880 mCore->mFreeBuffers.push_back(last.mSlot);