/hardware/qcom/gps/msm8960/core/ |
D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getIzatProxy() 70 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 82 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/qcom/gps/msm8994/core/ |
D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/qcom/gps/core/ |
D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 71 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 83 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/google/aemu/base/ |
D | SharedLibrary.cpp | 216 void* lib = dlopen(libraryName, RTLD_NOW); in do_open() 222 lib = dlopen(libPath, RTLD_NOW); in do_open() 231 lib = dlopen(libName.c_str(), RTLD_NOW); in do_open() 238 lib = dlopen(libPathName.c_str(), RTLD_NOW); in do_open() 245 void* lib = dlopen(libPath, RTLD_NOW); in do_open() 253 lib = dlopen(libPathName.c_str(), RTLD_NOW); in do_open()
|
/hardware/qcom/gps/msm8084/core/ |
D | ContextBase.cpp | 48 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 79 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/st/secure_element/1.0/ |
D | StEseService.cpp | 42 void* stdll = dlopen("/vendor/lib/libstpreprocess.so", RTLD_NOW); in main() 44 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in main()
|
/hardware/qcom/gps/msm8996/core/ |
D | ContextBase.cpp | 68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 92 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 104 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/qcom/gps/msm8909/core/ |
D | ContextBase.cpp | 68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 93 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 105 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/st/secure_element2/secure_element/1.2/ |
D | GtoService.cpp | 35 void* stdll = dlopen("/vendor/lib/libstpreprocess21.so", RTLD_NOW); in main() 37 void* stdll = dlopen("/vendor/lib64/libstpreprocess21.so", RTLD_NOW); in main()
|
/hardware/st/secure_element2/secure_element/aidl/ |
D | GtoService.cpp | 38 void* stdll = dlopen("/vendor/lib/libstpreprocess21.so", RTLD_NOW); in main() 40 void* stdll = dlopen("/vendor/lib64/libstpreprocess21.so", RTLD_NOW); in main()
|
/hardware/st/nfc/aidl/ |
D | main.cpp | 43 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main() 46 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main()
|
/hardware/qcom/gps/msm8998/core/ |
D | ContextBase.cpp | 174 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 203 if ((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 216 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | ContextBase.cpp | 187 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() 216 if ((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) { in createLocApi() 229 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW); in createLocApi()
|
/hardware/interfaces/cas/1.0/default/ |
D | SharedLibrary.cpp | 32 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
|
/hardware/interfaces/cas/1.1/default/ |
D | SharedLibrary.cpp | 32 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
|
/hardware/interfaces/cas/aidl/default/ |
D | SharedLibrary.cpp | 29 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
|
/hardware/interfaces/cas/1.2/default/ |
D | SharedLibrary.cpp | 32 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
|
/hardware/interfaces/drm/1.0/default/ |
D | SharedLibrary.cpp | 29 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
|
/hardware/google/gfxstream/common/detector/ |
D | Lib.cpp | 33 lib.lib_ = ManagedLibrary(dlopen(name, RTLD_NOW | RTLD_LOCAL)); in Load()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_dl.c | 47 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in util_dl_open()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/ |
D | DivXDrmDecrypt.cpp | 52 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()
|
/hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/ |
D | DivXDrmDecrypt.cpp | 51 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()
|
/hardware/st/secure_element/1.2/ |
D | StEseService.cpp | 47 void* stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main()
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_lib_loader.cpp | 79 lib_ = ::dlopen(lib_name, RTLD_NOW); in Open()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_lib_loader.cpp | 79 lib_ = ::dlopen(lib_name, RTLD_NOW); in Open()
|