Home
last modified time | relevance | path

Searched refs:trampoline (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/
Dgen_known_trampolines.py123 trampoline = 'GetTrampolineFunc<'
137 trampoline += params_str
138 trampoline += '>()'
139 return trampoline
158 trampoline = _get_default_trampoline(symbol, guest_api)
164 trampoline = 'DoBadTrampoline'
167 trampoline = 'DoCustomTrampoline_' + symbol
170 trampoline = 'DoCustomTrampolineWithThunk_' + symbol
174 trampoline = _get_default_trampoline(symbol, guest_api)
184 trampolines.add(trampoline)
[all …]
/frameworks/libs/binary_translation/guest_abi/arm64/
Dhost_function_wrapper_test.cc68 void trampoline(HostCode, ProcessState*) {} in trampoline() function
78 const_cast<HostCode>(reinterpret_cast<void*>(wrap_me)), trampoline, "wrap_me"); in TEST_F()
/frameworks/libs/binary_translation/guest_abi/arm/
Dhost_function_wrapper_test.cc69 void trampoline(HostCode, ProcessState*) {} in trampoline() function
79 const_cast<HostCode>(reinterpret_cast<void*>(wrap_me)), trampoline, "wrap_me"); in TEST_F()
/frameworks/libs/binary_translation/guest_abi/riscv64/
Dhost_function_wrapper_test.cc65 void trampoline(HostCode, ProcessState*) {} in trampoline() function
73 const_cast<HostCode>(reinterpret_cast<void*>(wrap_me)), trampoline, "wrap_me"); in TEST_F()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_function_wrapper_impl.h36 TrampolineFunc trampoline; member
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityOptionsTest.java155 final ComponentName trampoline = new ComponentName(context, TrampolineActivity.class); in testTransferLaunchCookie() local
157 final Intent intent = new Intent().setComponent(trampoline) in testTransferLaunchCookie()
171 if (trampoline.equals(taskInfo.baseActivity)) { in testTransferLaunchCookie()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc231 WrapHostFunctionImpl(reinterpret_cast<void*>(func), conversion->trampoline, function_name); in DoCustomTrampolineWithThunk_vkGetDeviceProcAddr()
248 WrapHostFunctionImpl(reinterpret_cast<void*>(func), conversion->trampoline, function_name); in DoCustomTrampolineWithThunk_vkGetInstanceProcAddr()
/frameworks/base/
DRavenwood.bp15 // We need this "trampoline" rule to force soong to give a host-side jar to
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java2574 final Intent trampoline = new Intent(ACTION_FGS_MANAGER_TRAMPOLINE);
2575 trampoline.setPackage("android");
2576 trampoline.putExtra(Intent.EXTRA_PACKAGE_NAME, packageName);
2577 trampoline.putExtra(Intent.EXTRA_UID, uid);
2579 mContext, 0, trampoline,
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2593 // ACTION: Logged when trampoline activity finishes.
2594 // TIME: Indicates total time taken by trampoline activity to finish in MS.