HomeSort by relevance Sort by last modified time
    Searched full:dlhandle (Results 1 - 15 of 15) sorted by null

  /external/elfutils/libebl/
eblclosebackend.c 48 if (ebl->dlhandle != NULL)
49 (void) dlclose (ebl->dlhandle);
libeblP.h 85 void *dlhandle; member in struct:ebl
eblopenbackend.c 360 result->dlhandle = h;
376 result->dlhandle = NULL;
385 result->dlhandle = NULL;
  /hardware/ril/rild/
rild.c 107 void *dlHandle;
166 dlHandle = dlopen(rilLibPath, RTLD_NOW);
168 if (dlHandle == NULL) {
177 dlsym(dlHandle, "RIL_Init");
187 dlsym(dlHandle, "RIL_SAP_Init");
  /external/fio/
ioengines.c 84 void *dlhandle; local
89 dlhandle = dlopen(engine_lib, RTLD_LAZY);
90 if (!dlhandle) {
99 ops = dlsym(dlhandle, engine_lib);
101 ops = dlsym(dlhandle, "ioengine");
110 get_ioengine_t get_ioengine = dlsym(dlhandle, "get_ioengine");
118 dlclose(dlhandle);
122 td->io_ops_dlhandle = dlhandle;
fio.h 244 * IO engine private data and dlhandle.
  /external/mesa3d/src/glx/windows/
windowsgl.c 342 void *dlhandle = windows_get_dl_handle(); local
343 const char *(*proc)(int) = dlsym(dlhandle, "glGetString");
370 void *dlhandle = windows_get_dl_handle(); local
371 const char *(*proc)(int) = dlsym(dlhandle, "glGetString");
  /external/libxml2/os400/dlfcn/
dlfcn.c 1159 void * dlhandle; local
1188 dlhandle = dlopenqsys(&dllinfo);
1191 dlhandle = dlopenqsys(&dllinfo);
1193 dlhandle = dlopenqsys(&dllinfo);
1195 dlhandle = dlopenqsys(&dllinfo);
1198 dlhandle = dlopenqsys(&dllinfo);
1201 dlhandle = dlopenqsys(&dllinfo);
1204 dlhandle = dlopenqsys(&dllinfo);
1206 dlhandle = NULL;
1208 if (!dlhandle && errno
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 60 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imc
277 void *handle = imc->dlhandle;
408 imc->dlhandle = LoadLibrary(lib);
412 imc->dlhandle = LoadLibrary(imc->path);
414 if (imc->dlhandle == NULL) {
420 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
421 if (imc->dlhandle == NULL) {
448 if (imc->dlhandle) {
450 FreeLibrary(imc->dlhandle);
452 dlclose(imc->dlhandle);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 41 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imv
335 void *handle = imv->dlhandle;
447 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
448 if (imv->dlhandle == NULL) {
480 if (imv->dlhandle)
481 dlclose(imv->dlhandle);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 122 dlhandle = _dlhandle;
146 if (dlhandle != NULL) {
148 // up and only keep one open dlhandle per proc, since there
150 //dlclose(dlhandle);
164 void* dlhandle; member in struct:android::NativeCode
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 648 void *dlHandle = NULL;
650 (dlHandle = dlopen(value, RTLD_NOW | RTLD_LOCAL))) {
652 perfLockAcquire pLockAcq = (perfLockAcquire)dlsym(dlHandle, "perf_lock_acq");
653 perfLockRelease pLockRel = (perfLockRelease)dlsym(dlHandle, "perf_lock_rel");
656 mInstance->mDlHandle = dlHandle;
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 80 void *dlhandle; member in struct:plugin
259 newplug->dlhandle = dlopen (plugin, RTLD_NOW);
260 if (!newplug->dlhandle)
1012 onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "onload");
1014 onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "_onload");
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skqp/platform_tools/android/bin/linux/
perfhost 

Completed in 342 milliseconds