Searched refs:fetchModule (Results 1 – 2 of 2) sorted by relevance
313 if (loader.fetchModule(&module) == C2_OK) { in visitComponents()342 return mComponents.at(pos->second).fetchModule(module); in findComponent()
152 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule() function