Home
last modified time | relevance | path

Searched refs:native_bridge_unloadLibrary (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/native_bridge/
Dnative_bridge.cc534 int native_bridge_unloadLibrary(void* handle) { in native_bridge_unloadLibrary() function
647 &native_bridge_unloadLibrary,
/aosp_15_r20/art/test/115-native-bridge/
H A Dnativebridge.cc616 extern "C" int native_bridge_unloadLibrary([[maybe_unused]] void* handle) { in native_bridge_unloadLibrary() function
672 .unloadLibrary = &native_bridge_unloadLibrary,