Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp64 struct StoreIntf : public ConfigurableC2Intf { struct
65 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) : in StoreIntf() argument
119 Configurable(new CachedConfigurable(std::make_unique<StoreIntf>(store))), in ComponentStore()