Searched defs:ComponentLoader (Results 1 – 1 of 1) sorted by relevance
550 struct ComponentLoader { struct in android::C2PlatformComponentStore566 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()584 ComponentLoader(std::string libPath) in ComponentLoader() function588 std::mutex mMutex; ///< mutex guarding the module589 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module590 std::string mLibPath; ///< library path