Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp54 mLibHandle = dlopen(libPath.c_str(), RTLD_NOW | RTLD_NODELETE); in init()
55 LOG_ALWAYS_FATAL_IF(mLibHandle == nullptr, "could not dlopen %s: %s", in init()
59 mLibHandle, "CreateCodec2Factory"); in init()
64 mLibHandle, "DestroyCodec2Factory"); in init()
190 if (mLibHandle) { in ~ComponentModule()
192 dlclose(mLibHandle); in ~ComponentModule()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp35 mLibHandle(NULL) { in GoldfishOMXComponent()
73 mLibHandle = libHandle; in setLibHandle()
77 return mLibHandle; in libHandle()
/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/
DGoldfishComponentStore.h92 : mInit(C2_NO_INIT), mLibHandle(nullptr), createFactory(nullptr), in ComponentModule()
122 void *mLibHandle; ///< loaded library handle member
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishOMXComponent.h103 void *mLibHandle; member