Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentInterface.cpp47 struct CompIntf : public ConfigurableC2Intf { struct
48 CompIntf(const std::shared_ptr<C2ComponentInterface>& intf) : in CompIntf() function
53 virtual c2_status_t config( in config()
61 virtual c2_status_t query( in query()
69 virtual c2_status_t querySupportedParams( in querySupportedParams()
75 virtual c2_status_t querySupportedValues( in querySupportedValues()
82 std::shared_ptr<C2ComponentInterface> mIntf;