Searched defs:StoreIntf (Results 1 – 3 of 3) sorted by relevance
59 struct StoreIntf : public ConfigurableC2Intf { struct60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function65 virtual c2_status_t config( in config()78 virtual c2_status_t query( in query()90 virtual c2_status_t querySupportedParams( in querySupportedParams()96 virtual c2_status_t querySupportedValues( in querySupportedValues()108 std::shared_ptr<C2ComponentStore> mStore;