Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp167 mAllocationsToBeMigrated.clear(); in reset()
188 mAllocationsToBeMigrated.find(uniqueId) != mAllocationsToBeMigrated.end(); in hasUniqueId()
226 if (!mAllocationsToBeMigrated.insert(pair).second) { in migrateLocalBuffers()
280 return mMigrateLostBufferCounter == 0 && !mAllocationsToBeMigrated.empty(); in needMigrateLostBuffers()
292 auto iter = mAllocationsToBeMigrated.begin(); in migrateLostBuffer()
337 mAllocationsToBeMigrated.erase(iter); in migrateLostBuffer()
353 size_t size() const { return mAllocationsRegistered.size() + mAllocationsToBeMigrated.size(); } in size()
364 for (const auto& pair : mAllocationsToBeMigrated) { in debugString()
375 auto iter = mAllocationsToBeMigrated.find(uniqueId); in moveBufferToRegistered()
376 if (iter == mAllocationsToBeMigrated.end()) { in moveBufferToRegistered()
[all …]