Searched refs:dlHandle (Results 1 – 2 of 2) sorted by relevance
107 void *dlHandle; in main() local166 dlHandle = dlopen(rilLibPath, RTLD_NOW); in main()168 if (dlHandle == NULL) { in main()177 dlsym(dlHandle, "RIL_Init"); in main()187 dlsym(dlHandle, "RIL_SAP_Init"); in main()
648 void *dlHandle = NULL; in createSingleton() local650 (dlHandle = dlopen(value, RTLD_NOW | RTLD_LOCAL))) { in createSingleton()652 … perfLockAcquire pLockAcq = (perfLockAcquire)dlsym(dlHandle, "perf_lock_acq"); in createSingleton()653 … perfLockRelease pLockRel = (perfLockRelease)dlsym(dlHandle, "perf_lock_rel"); in createSingleton()656 mInstance->mDlHandle = dlHandle; in createSingleton()