Lines Matching refs:mDequeued
297 int dequeued = mDequeued.size() + mNumDequeueing; in configureGraphics()
462 if (mDequeued.count(bid) == 0 || mDeallocating.count(bid) > 0) { in clearCacheIfNecessaryLocked()
471 origCacheSize, cache->mBuffers.size(), cleared, mDequeued.size()); in clearCacheIfNecessaryLocked()
602 auto mapRet = mDequeued.emplace(bid, *pBuffer); in commitAllocate()
606 (int)res, mDequeued.size(), mDequeueable + 1); in commitAllocate()
775 auto it = mDequeued.find(bid); in requestDeallocate()
776 if (it == mDequeued.end()) { in requestDeallocate()
793 mDequeued.erase(bid); in requestDeallocate()
807 size_t del1 = mDequeued.erase(bid); in commitDeallocate()
859 auto it = mDequeued.find(bid); in requestRender()
860 if (it == mDequeued.end()) { in requestRender()
868 mDequeued.erase(it); in requestRender()
907 mDequeued.erase(origBid); in commitRender()