Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp136 AString libName; in makeComponentInstance() local
138 libName = "libstagefright_goldfish_"; in makeComponentInstance()
142 libName.append(kActiveComponents[i].mLibNameSuffix); in makeComponentInstance()
143 libName.append(".so"); in makeComponentInstance()
145 void *libHandle = dlopen(libName.c_str(), RTLD_NOW|RTLD_NODELETE); in makeComponentInstance()
148 ALOGE("unable to dlopen %s: %s", libName.c_str(), dlerror()); in makeComponentInstance()
164 ALOGE("unable to create component for %s", libName.c_str()); in makeComponentInstance()