Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Store.cpp551 struct ComponentLoader { struct in android::C2PlatformComponentStore
567 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()
585 ComponentLoader(std::string alias, std::string libPath) in ComponentLoader() argument
589 std::mutex mMutex; ///< mutex guarding the module
590 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module
591 std::string mAlias; ///< component alias
592 std::string mLibPath; ///< library path