Home
last modified time | relevance | path

Searched refs:android_unload_sphal_library (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libvndksupport/include/vndksupport/
H A Dlinker.h35 int android_unload_sphal_library(void* handle);
/aosp14/system/core/libvndksupport/
H A Dlibvndksupport.map.txt5 android_unload_sphal_library; # llndk systemapi
H A Dlinker.cpp83 int android_unload_sphal_library(void* handle) { in android_unload_sphal_library() function
/aosp14/system/core/libvndksupport/tests/
H A Dlinker_test.cpp49 android_unload_sphal_library(handle); in TEST()