Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp118 AString libName; in makeComponentInstance() local
120 libName = "libstagefright_goldfish_"; in makeComponentInstance()
124 libName.append(kActiveComponents[i].mLibNameSuffix); in makeComponentInstance()
125 libName.append(".so"); in makeComponentInstance()
127 void *libHandle = dlopen(libName.c_str(), RTLD_NOW|RTLD_NODELETE); in makeComponentInstance()
130 ALOGE("unable to dlopen %s: %s", libName.c_str(), dlerror()); in makeComponentInstance()
146 ALOGE("unable to create component for %s", libName.c_str()); in makeComponentInstance()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.h80 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,