Searched refs:StoreIntf (Results 1 – 1 of 1) sorted by relevance
51 struct StoreIntf : public ConfigurableC2Intf { struct52 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function106 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()