Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp51 struct StoreIntf : public ConfigurableC2Intf { struct
52 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() argument
57 virtual c2_status_t config( in config()
70 virtual c2_status_t query( in query()
82 virtual c2_status_t querySupportedParams( in querySupportedParams()
88 virtual c2_status_t querySupportedValues( in querySupportedValues()
100 std::shared_ptr<C2ComponentStore> mStore;