Lines Matching refs:C2PlatformComponentStore

452 class C2PlatformComponentStore : public C2ComponentStore {  class
474 C2PlatformComponentStore();
476 virtual ~C2PlatformComponentStore() override = default;
651 c2_status_t C2PlatformComponentStore::ComponentModule::init( in init()
735 C2PlatformComponentStore::ComponentModule::~ComponentModule() { in ~ComponentModule()
746 c2_status_t C2PlatformComponentStore::ComponentModule::createInterface( in createInterface()
763 c2_status_t C2PlatformComponentStore::ComponentModule::createComponent( in createComponent()
780 std::shared_ptr<const C2Component::Traits> C2PlatformComponentStore::ComponentModule::getTraits() { in getTraits()
785 C2PlatformComponentStore::C2PlatformComponentStore() in C2PlatformComponentStore() function in android::C2PlatformComponentStore
862 c2_status_t C2PlatformComponentStore::copyBuffer( in copyBuffer()
869 c2_status_t C2PlatformComponentStore::query_sm( in query_sm()
876 c2_status_t C2PlatformComponentStore::config_sm( in config_sm()
882 std::vector<std::shared_ptr<const C2Component::Traits>> C2PlatformComponentStore::listComponents() { in listComponents()
899 c2_status_t C2PlatformComponentStore::findComponent(C2String name, ComponentLoader **loader) { in findComponent()
910 c2_status_t C2PlatformComponentStore::createComponent( in createComponent()
927 c2_status_t C2PlatformComponentStore::createInterface( in createInterface()
944 c2_status_t C2PlatformComponentStore::querySupportedParams_nb( in querySupportedParams_nb()
949 c2_status_t C2PlatformComponentStore::querySupportedValues_sm( in querySupportedValues_sm()
954 C2String C2PlatformComponentStore::getName() const { in getName()
958 std::shared_ptr<C2ParamReflector> C2PlatformComponentStore::getParamReflector() const { in getParamReflector()
968 store = std::make_shared<C2PlatformComponentStore>(); in GetCodec2PlatformComponentStore()