Searched defs:ComponentLoader (Results 1 – 1 of 1) sorted by relevance
762 struct ComponentLoader { struct in android::C2PlatformComponentStore778 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()802 ComponentLoader(std::string libPath) in ComponentLoader() function806 ComponentLoader(std::tuple<C2String, in ComponentLoader() function814 std::mutex mMutex; ///< mutex guarding the module815 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module816 std::string mLibPath; ///< library path819 C2ComponentFactory::CreateCodec2FactoryFunc mCreateFactory = nullptr;820 C2ComponentFactory::DestroyCodec2FactoryFunc mDestroyFactory = nullptr;