Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/
DGoldfishComponentStore.h155 std::shared_ptr<ComponentModule> localModule = mModule.lock(); in fetchModule() local
156 if (localModule == nullptr) { in fetchModule()
157 localModule = std::make_shared<ComponentModule>(); in fetchModule()
158 res = localModule->init(mLibPath); in fetchModule()
160 mModule = localModule; in fetchModule()
163 *module = localModule; in fetchModule()