Searched defs:CompIntf (Results 1 – 1 of 1) sorted by relevance
47 struct CompIntf : public ConfigurableC2Intf { struct48 CompIntf(const std::shared_ptr<C2ComponentInterface>& intf) : in CompIntf() function53 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;