| /hardware/google/aemu/base/ |
| D | SharedLibrary.cpp | 72 auto lib = s_libraryMap.find(libraryName); in open() local 95 HMODULE lib = LoadLibraryA(libraryName); in do_open() local 159 SharedLibrary::SharedLibrary(HandleType lib) : mLib(lib) {} in SharedLibrary() 216 void* lib = dlopen(libraryName, RTLD_NOW); in do_open() local 245 void* lib = dlopen(libPath, RTLD_NOW); in do_open() local 270 SharedLibrary::SharedLibrary(HandleType lib) : mLib(lib) {} in SharedLibrary()
|
| /hardware/google/aemu/base/include/aemu/base/ |
| D | SharedLibrary.h | 56 void operator()(SharedLibrary* lib) const { delete lib; } in operator() local
|
| /hardware/qcom/gps/msm8960/core/ |
| D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getIzatProxy() local
|
| /hardware/qcom/gps/core/ |
| D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/gps/msm8994/core/ |
| D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/gps/msm8084/core/ |
| D | ContextBase.cpp | 48 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/gps/msm8909/core/ |
| D | ContextBase.cpp | 68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/gps/msm8996/core/ |
| D | ContextBase.cpp | 68 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/gps/msm8998/core/ |
| D | ContextBase.cpp | 174 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/gps/msm8909w_3100/core/ |
| D | ContextBase.cpp | 187 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/sm7150/gps/core/ |
| D | ContextBase.cpp | 239 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/sm8150p/gps/core/ |
| D | ContextBase.cpp | 223 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/sm8150/gps/core/ |
| D | ContextBase.cpp | 250 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/qcom/sm7250/gps/core/ |
| D | ContextBase.cpp | 250 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
| /hardware/interfaces/audio/aidl/default/ |
| D | EffectConfig.cpp | 289 for (const auto& lib : libs) { in findUuid() local
|
| D | EffectFactory.cpp | 111 for (const auto& lib : libs.libraries /* std::vector<struct Library> */) { in queryProcessing() local
|
| /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
| D | loc.cpp | 338 void *lib = ::dlopen(name, RTLD_NOW); in loc_init() local
|
| /hardware/qcom/audio/hal/msm8974/ |
| D | platform.c | 1302 void *lib = dlopen(name, RTLD_NOW); in platform_csd_init() local
|