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

/hardware/google/av/media/v4l2store/
H A DC2VDAComponentStore.cpp125 c2_status_t fetchModule(std::shared_ptr<ComponentModule>* module);
261 c2_status_t C2VDAComponentStore::ComponentLoader::fetchModule( function in class:android::C2VDAComponentStore::ComponentLoader
297 c2_status_t res = loader.fetchModule(&module);
327 res = loader->fetchModule(&module);
344 res = loader->fetchModule(&module);
/hardware/google/av/codec2/vndk/
H A DC2Store.cpp560 c2_status_t fetchModule(std::shared_ptr<ComponentModule> *module) { function in struct:android::C2PlatformComponentStore::ComponentLoader
830 c2_status_t res = loader.fetchModule(&module);
860 res = loader->fetchModule(&module);
877 res = loader->fetchModule(&module);

Completed in 76 milliseconds