Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp890 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { in fetchModule() function
1257 if (loader.fetchModule(&module) == C2_OK) { in visitComponents()
1284 return mComponents.at(pos->second).fetchModule(module); in findComponent()