Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp58 createFactory = (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym( in init()
60 LOG_ALWAYS_FATAL_IF(createFactory == nullptr, "createFactory is null in %s", in init()
68 mComponentFactory = createFactory(); in init()
/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/
DGoldfishComponentStore.h92 : mInit(C2_NO_INIT), mLibHandle(nullptr), createFactory(nullptr), in ComponentModule()
124 createFactory; ///< loaded create function member