Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp302 struct BlockPoolIntf : public ConfigurableC2Intf { struct
303 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() argument
396 std::make_unique<BlockPoolIntf>(c2BlockPool)); in createBlockPool()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp419 struct BlockPoolIntf : public ConfigurableC2Intf { struct
420 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() argument
510 std::make_unique<BlockPoolIntf>(blockPool))); in createBlockPool()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp417 struct BlockPoolIntf : public ConfigurableC2Intf { struct
418 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() function
508 std::make_unique<BlockPoolIntf>(blockPool))); in createBlockPool()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp423 struct BlockPoolIntf : public ConfigurableC2Intf { struct
424 BlockPoolIntf(const std::shared_ptr<C2BlockPool>& pool) in BlockPoolIntf() function
514 std::make_unique<BlockPoolIntf>(blockPool))); in createBlockPool()