Searched refs:ComponentModule (Results 1 – 1 of 1) sorted by relevance
490 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore491 public std::enable_shared_from_this<ComponentModule> {511 ComponentModule() in ComponentModule() argument535 virtual ~ComponentModule() override;570 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()573 std::shared_ptr<ComponentModule> localModule = mModule.lock(); in fetchModule()575 localModule = std::make_shared<ComponentModule>(); in fetchModule()593 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module670 c2_status_t findComponent(C2String name, std::shared_ptr<ComponentModule> *module);687 c2_status_t C2PlatformComponentStore::ComponentModule::init( in init()[all …]