/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 271 SharedLibrary::SharedLibrary(HandleType lib) : mLib(lib) {} in SharedLibrary()
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | symbols-check.py | 57 def get_symbols_nm(nm, lib): argument 81 def get_symbols_dumpbin(dumpbin, lib): argument
|
/hardware/google/gfxstream/common/detector/ |
D | Lib.cpp | 32 Lib lib; in Load() local
|
/hardware/google/gfxstream/host/vulkan/ |
D | VulkanDispatch.cpp | 145 for (const auto& lib : mLibs) { in dlsym() local 319 void* dlsym(void* lib, const char* name) { in dlsym() 340 static void* sVulkanDispatchDlSym(void* lib, const char* sym) { in sVulkanDispatchDlSym()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | SharedLibrary.h | 56 void operator()(SharedLibrary* lib) const { delete lib; } in operator() local
|
/hardware/qcom/gps/msm8994/core/ |
D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
/hardware/qcom/gps/core/ |
D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getLBSProxy() local
|
/hardware/qcom/gps/msm8960/core/ |
D | ContextBase.cpp | 47 void* lib = dlopen(libName, RTLD_NOW); in getIzatProxy() 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/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.cpp | 236 void* lib = dlOpenFunc(); in init_vulkan_dispatch_from_system_loader() 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/sm8150p/gps/core/ |
D | ContextBase.cpp | 223 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/sm7250/gps/core/ |
D | ContextBase.cpp | 250 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/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | emugl_config.cpp | 446 std::string lib; in emuglConfig_setupEnv() local
|
/hardware/interfaces/audio/aidl/default/ |
D | EffectFactory.cpp | 111 for (const auto& lib : libs.libraries /* std::vector<struct Library> */) { in queryProcessing() local
|
D | EffectConfig.cpp | 309 for (const auto& lib : libs) { in findUuid() local
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 290 void* lib = nullptr; in loadGLESClientAPI() 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/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 582 GlxLibrary* lib = sGlxLibrary(); in queryCoreProfileSupport() local
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 1039 VkGraphicsPipelineLibraryFlagsEXT lib) in vk_render_pass_state_init() 1249 VkGraphicsPipelineLibraryFlagsEXT lib; in vk_graphics_pipeline_state_fill() local
|