Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 208) sorted by relevance

123456789

/hardware/qcom/gps/msm8960/core/
DContextBase.cpp47 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/
DContextBase.cpp47 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/
DContextBase.cpp47 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/
DSharedLibrary.cpp216 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/
DContextBase.cpp48 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/
DStEseService.cpp42 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/
DContextBase.cpp68 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/
DContextBase.cpp68 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/
DGtoService.cpp35 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/
DGtoService.cpp38 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/
Dmain.cpp43 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main()
46 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main()
/hardware/qcom/gps/msm8998/core/
DContextBase.cpp174 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/
DContextBase.cpp187 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/
DSharedLibrary.cpp32 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
/hardware/interfaces/cas/1.1/default/
DSharedLibrary.cpp32 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
/hardware/interfaces/cas/aidl/default/
DSharedLibrary.cpp29 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
/hardware/interfaces/cas/1.2/default/
DSharedLibrary.cpp32 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
/hardware/interfaces/drm/1.0/default/
DSharedLibrary.cpp29 mLibHandle = dlopen(path.c_str(), RTLD_NOW); in SharedLibrary()
/hardware/google/gfxstream/common/detector/
DLib.cpp33 lib.lib_ = ManagedLibrary(dlopen(name, RTLD_NOW | RTLD_LOCAL)); in Load()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_dl.c47 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL); in util_dl_open()
/hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DDivXDrmDecrypt.cpp52 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()
/hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DDivXDrmDecrypt.cpp51 decryptLib = ::dlopen(DIVX_DRM_SHIM_LIB, RTLD_NOW); in getDecryptHandle()
/hardware/st/secure_element/1.2/
DStEseService.cpp47 void* stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_lib_loader.cpp79 lib_ = ::dlopen(lib_name, RTLD_NOW); in Open()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_lib_loader.cpp79 lib_ = ::dlopen(lib_name, RTLD_NOW); in Open()

123456789