Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp63 struct StoreIntf : public ConfigurableC2Intf { struct
64 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function
138 : mConfigurable{SharedRefBase::make<CachedConfigurable>(std::make_unique<StoreIntf>(store))}, in ComponentStore()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp59 struct StoreIntf : public ConfigurableC2Intf { struct
60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() argument
134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp59 struct StoreIntf : public ConfigurableC2Intf { struct
60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() argument
134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp59 struct StoreIntf : public ConfigurableC2Intf { struct
60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function
134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()