Searched refs:kGuestFunctionWrapperSignature (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/ |
D | opengl_trampolines-inl.h | 7 …32_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 8 …32_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 9 …oid*)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 10 …oid*)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 11 …64_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 12 …64_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 13 …64_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 14 …32_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 15 …32_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… 16 …32_t)>(),[](GuestAddr pc) { return WrapGuestFunctionImpl(pc, kGuestFunctionWrapperSignature<uint32… [all …]
|
D | egl_trampolines.cc | 265 kGuestFunctionWrapperSignature<AndroidGLESLayer_InitializePtr>, in InitProxyLibrary() 271 kGuestFunctionWrapperSignature<AndroidGLESLayer_GetProcAddressPtr>, in InitProxyLibrary()
|
/frameworks/libs/binary_translation/guest_abi/ |
D | guest_function_wrapper_signature_test.cc | 42 static_assert(2 == sizeof(kGuestFunctionWrapperSignature<f1>)); 43 static_assert('v' == kGuestFunctionWrapperSignature<f1>[0]); 44 static_assert('\0' == kGuestFunctionWrapperSignature<f1>[1]); 47 static_assert(2 == sizeof(kGuestFunctionWrapperSignature<pf1>)); 48 static_assert('v' == kGuestFunctionWrapperSignature<pf1>[0]); 49 static_assert('\0' == kGuestFunctionWrapperSignature<pf1>[1]); 52 static_assert(4 == sizeof(kGuestFunctionWrapperSignature<f2>)); 53 static_assert('i' == kGuestFunctionWrapperSignature<f2>[0]); 54 static_assert('d' == kGuestFunctionWrapperSignature<f2>[1]); 55 static_assert('d' == kGuestFunctionWrapperSignature<f2>[2]); [all …]
|
/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/ |
D | guest_function_wrapper.h | 33 kGuestFunctionWrapperSignature<ResultType (*)(ArgumentType...)>, in WrapGuestFunction()
|
D | guest_function_wrapper_signature.h | 140 constexpr static const char (&kGuestFunctionWrapperSignature)[sizeof( variable
|
/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | pthread_translation.cc | 151 kGuestFunctionWrapperSignature<Destructor>, RunGuestPthreadKeyDtor, in DoCustomTrampoline_pthread_key_create()
|
/frameworks/libs/binary_translation/native_activity/ |
D | native_activity_wrapper.cc | 307 kGuestFunctionWrapperSignature<ANativeActivity_createFunc>, in WrapGuestNativeActivityOnCreate()
|