Home
last modified time | relevance | path

Searched refs:guest_call (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_signal_handling_arch.cc63 GuestCall guest_call; in ProcessGuestSignal() local
64 guest_call.AddArgInt32(info->si_signo); in ProcessGuestSignal()
65 guest_call.AddArgGuestAddr(ToGuestAddr(info)); in ProcessGuestSignal()
66 guest_call.AddArgGuestAddr(ToGuestAddr(ctx.ptr())); in ProcessGuestSignal()
67 guest_call.RunVoid(sa->guest_sa_sigaction); in ProcessGuestSignal()
/frameworks/libs/binary_translation/native_activity/
Dnative_activity_wrapper.cc285 GuestCall guest_call; in CreateGuestNativeActivity() local
286 guest_call.AddArgGuestAddr(ToGuestAddr(guest_activity)); in CreateGuestNativeActivity()
287 guest_call.AddArgGuestAddr(ToGuestAddr(saved)); in CreateGuestNativeActivity()
288 guest_call.AddArgGuestSize(saved_size); in CreateGuestNativeActivity()
289 guest_call.RunVoid(on_create); in CreateGuestNativeActivity()
/frameworks/libs/binary_translation/guest_abi/arm/
DAndroid.bp41 srcs: ["guest_call.cc"],
/frameworks/libs/binary_translation/guest_abi/riscv64/
DAndroid.bp40 "guest_call.cc",
/frameworks/libs/binary_translation/guest_abi/arm64/
DAndroid.bp41 srcs: ["guest_call.cc"],