Searched refs:ComponentModule (Results 1 – 1 of 1) sorted by relevance
486 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore487 public std::enable_shared_from_this<ComponentModule> {507 ComponentModule() in ComponentModule() function532 virtual ~ComponentModule() override;567 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule()570 std::shared_ptr<ComponentModule> localModule = mModule.lock(); in fetchModule()572 localModule = std::make_shared<ComponentModule>(); in fetchModule()590 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module651 c2_status_t C2PlatformComponentStore::ComponentModule::init( in init()735 C2PlatformComponentStore::ComponentModule::~ComponentModule() { in ~ComponentModule()[all …]