Home
last modified time | relevance | path

Searched refs:mDeallocating (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hal/client/
DGraphicsTracker.cpp462 if (mDequeued.count(bid) == 0 || mDeallocating.count(bid) > 0) { in clearCacheIfNecessaryLocked()
771 if (mDeallocating.find(bid) != mDeallocating.end()) { in requestDeallocate()
789 mDeallocating.emplace(bid); in requestDeallocate()
808 size_t del2 = mDeallocating.erase(bid); in commitDeallocate()
855 if (mDeallocating.find(bid) != mDeallocating.end()) { in requestRender()
887 mDeallocating.emplace(bid); in requestRender()
906 mDeallocating.erase(origBid); in commitRender()
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicsTracker.h236 std::set<uint64_t> mDeallocating; variable