Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dcxa_trampolines.cc32 auto [guest_func, arg, dso_handle] = in DoCustomTrampoline_native_bridge___cxa_thread_atexit_impl()
35 WrapGuestFunction(guest_func, "__cxa_thread_atexit_impl-callback"); in DoCustomTrampoline_native_bridge___cxa_thread_atexit_impl()
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create_arch.cc38 GuestAddr guest_func = info->func; in RunGuestThread() local
50 return ToHostAddr<void>(call.RunResGuestAddr(guest_func)); in RunGuestThread()