Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentStore.cpp59 struct StoreIntf : public ConfigurableC2Intf { struct
60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function
65 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;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponentStore.cpp59 struct StoreIntf : public ConfigurableC2Intf { struct
60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function
65 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;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponentStore.cpp59 struct StoreIntf : public ConfigurableC2Intf { struct
60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function
65 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;