Home
last modified time | relevance | path

Searched refs:android_load_sphal_library (Results 1 – 6 of 6) sorted by relevance

/system/core/libvndksupport/tests/
Dlinker_test.cpp47 void* handle = android_load_sphal_library(name.c_str(), RTLD_NOW | RTLD_LOCAL); in TEST()
53 void* handle = android_load_sphal_library("libNeverUseThisName.so", RTLD_NOW | RTLD_LOCAL); in TEST()
/system/core/libvndksupport/include/vndksupport/
Dlinker.h33 void* android_load_sphal_library(const char* name, int flag);
/system/core/libvndksupport/
Dlibvndksupport.map.txt4 android_load_sphal_library; # llndk apex
Dlinker.cpp64 void* android_load_sphal_library(const char* name, int flag) { in android_load_sphal_library() function
/system/core/libutils/
Dmisc.cpp76 void* handle = android_load_sphal_library("libutils.so", RTLD_NOW); in get_report_sysprop_change_func()
/system/libhidl/transport/
DServiceManagement.cpp428 handle = android_load_sphal_library(fullPath.c_str(), dlMode); in openLibs()