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

/development/tools/emulator/opengl/system/egl/
H A DeglDisplay.h58 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,
H A DeglDisplay.cpp226 EGLClient_glesInterface *eglDisplay::loadGLESClientAPI(const char *libName, argument
230 void *lib = dlopen(libName, RTLD_NOW);
232 ALOGE("Failed to dlopen %s", libName);
/development/tools/apkcheck/src/com/android/apkcheck/
H A DApkCheck.java73 String libName = args[idx].substring(args[idx].indexOf('=')+1);
74 if ("BUILTIN".equals(libName)) {
79 if (!parseApiDescr(apiDescr, libName))

Completed in 85 milliseconds