Home
last modified time | relevance | path

Searched defs:ComponentLoader (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2Store.cpp762 struct ComponentLoader { struct in android::C2PlatformComponentStore
778 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()
802 ComponentLoader(std::string libPath) in ComponentLoader() function
806 ComponentLoader(std::tuple<C2String, in ComponentLoader() function
814 std::mutex mMutex; ///< mutex guarding the module
815 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module
816 std::string mLibPath; ///< library path
819 C2ComponentFactory::CreateCodec2FactoryFunc mCreateFactory = nullptr;
820 C2ComponentFactory::DestroyCodec2FactoryFunc mDestroyFactory = nullptr;