Searched defs:ComponentLoader (Results 1 – 1 of 1) sorted by relevance
766 struct ComponentLoader { struct in android::C2PlatformComponentStore782 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()806 ComponentLoader(std::string libPath) in ComponentLoader() argument810 ComponentLoader(std::tuple<C2String, in ComponentLoader() function818 std::mutex mMutex; ///< mutex guarding the module819 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module820 std::string mLibPath; ///< library path823 C2ComponentFactory::CreateCodec2FactoryFunc mCreateFactory = nullptr;824 C2ComponentFactory::DestroyCodec2FactoryFunc mDestroyFactory = nullptr;