Lines Matching refs:ComponentModule
486 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore
487 public std::enable_shared_from_this<ComponentModule> {
507 ComponentModule() in ComponentModule() argument
532 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 module
651 c2_status_t C2PlatformComponentStore::ComponentModule::init( in init()
735 C2PlatformComponentStore::ComponentModule::~ComponentModule() { in ~ComponentModule()
746 c2_status_t C2PlatformComponentStore::ComponentModule::createInterface( in createInterface()
753 std::shared_ptr<ComponentModule> module = shared_from_this(); in createInterface()
763 c2_status_t C2PlatformComponentStore::ComponentModule::createComponent( in createComponent()
770 std::shared_ptr<ComponentModule> module = shared_from_this(); in createComponent()
780 std::shared_ptr<const C2Component::Traits> C2PlatformComponentStore::ComponentModule::getTraits() { in getTraits()
887 std::shared_ptr<ComponentModule> module; in listComponents()
917 std::shared_ptr<ComponentModule> module; in createComponent()
934 std::shared_ptr<ComponentModule> module; in createInterface()