Home
last modified time | relevance | path

Searched refs:fetchModule (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp313 if (loader.fetchModule(&module) == C2_OK) { in visitComponents()
342 return mComponents.at(pos->second).fetchModule(module); in findComponent()
/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/
DGoldfishComponentStore.h152 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule() function