Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp48 struct CompIntf : public ConfigurableC2Intf { struct
49 CompIntf(const std::shared_ptr<C2ComponentInterface>& intf) : in CompIntf() function
54 virtual c2_status_t config( in config()
63 virtual c2_status_t query( in query()
72 virtual c2_status_t querySupportedParams( in querySupportedParams()
79 virtual c2_status_t querySupportedValues( in querySupportedValues()
87 std::shared_ptr<C2ComponentInterface> mIntf;