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