Searched refs:mBlockPools (Results 1 – 9 of 9) sorted by relevance
462 mBlockPools.erase(poolId); in _createBlockPool()474 mBlockPools[poolId] = ptr; in _createBlockPool()487 mBlockPools[poolId] = ptr; in _createBlockPool()501 mBlockPools[poolId] = ptr; in _createBlockPool()514 mBlockPools[poolId] = ptr; in _createBlockPool()527 mBlockPools[poolId] = ptr; in _createBlockPool()553 auto it = mBlockPools.find(blockPoolId); in getBlockPool()554 if (it != mBlockPools.end()) { in getBlockPool()557 mBlockPools.erase(it); in getBlockPool()586 std::map<C2BlockPool::local_id_t, std::weak_ptr<C2BlockPool>> mBlockPools; member in android::__anon440d8e840610::_C2BlockPoolCache
413 mBlockPools.emplace(blockPool->getLocalId(), blockPool); in createBlockPool()428 return mBlockPools.erase(blockPoolId) == 1 ? in destroyBlockPool()445 mBlockPools.clear(); in reset()455 mBlockPools.clear(); in release()
126 std::map<uint64_t, std::shared_ptr<C2BlockPool>> mBlockPools; member
131 std::map<uint64_t, std::shared_ptr<C2BlockPool>> mBlockPools; member
136 std::map<uint64_t, std::shared_ptr<C2BlockPool>> mBlockPools; member
167 Mutexed<BlockPools>::Locked pools(mBlockPools); in CCodecBufferChannel()424 std::shared_ptr<C2BlockPool> pool = mBlockPools.lock()->inputPool; in attachEncryptedBuffer()572 std::shared_ptr<C2BlockPool> pool = mBlockPools.lock()->inputPool; in queueSecureInputBuffer()1041 Mutexed<BlockPools>::Locked pools(mBlockPools); in start()1212 Mutexed<BlockPools>::Locked pools(mBlockPools); in start()1526 Mutexed<BlockPools>::Locked blockPools{mBlockPools}; in release()2008 Mutexed<BlockPools>::Locked pools(mBlockPools); in setSurface()
309 Mutexed<BlockPools> mBlockPools; variable