HomeSort by relevance Sort by last modified time
    Searched refs:mBlockPools (Results 1 - 5 of 5) sorted by null

  /hardware/google/av/codec2/hidl/1.0/utils/
Component.cpp 341 mBlockPools.emplace(blockPool->getLocalId(), blockPool);
356 return mBlockPools.erase(blockPoolId) == 1 ?
375 mBlockPools.clear();
385 mBlockPools.clear();
  /hardware/google/av/codec2/vndk/
C2Store.cpp 311 mBlockPools[poolId] = ptr;
323 mBlockPools[poolId] = ptr;
335 mBlockPools[poolId] = ptr;
346 mBlockPools[poolId] = ptr;
367 auto it = mBlockPools.find(blockPoolId);
368 if (it != mBlockPools.end()) {
371 mBlockPools.erase(it);
387 std::map<C2BlockPool::local_id_t, std::weak_ptr<C2BlockPool>> mBlockPools;
    [all...]
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Component.h 115 std::map<uint64_t, std::shared_ptr<C2BlockPool>> mBlockPools;
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.h 223 Mutexed<BlockPools> mBlockPools;
CCodecBufferChannel.cpp     [all...]

Completed in 177 milliseconds