Home
last modified time | relevance | path

Searched refs:AsFuncPtr (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_code.h32 inline T AsFuncPtr(HostCode ptr) { in AsFuncPtr() function
39 AsFuncPtrAdaptor AsFuncPtr(HostCode ptr);
59 friend AsFuncPtrAdaptor AsFuncPtr(HostCode);
65 inline AsFuncPtrAdaptor AsFuncPtr(HostCode ptr) { in AsFuncPtr() function
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc44 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_glDebugMessageCallback()
88 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_glGetPointerv()
155 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_eglGetProcAddress()
213 PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_eglNextLayerProcAddressProc()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc50 PFN_vkAllocateCommandBuffers callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
78 PFN_vkBeginCommandBuffer callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkBeginCommandBuffer()
98 PFN_vkFreeCommandBuffers callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()
150 PFN_vkEnumerateDeviceExtensionProperties callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties()
194 PFN_vkEnumerateInstanceExtensionProperties callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties()
226 PFN_vkGetDeviceProcAddr callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkGetDeviceProcAddr()
243 PFN_vkGetInstanceProcAddr callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkGetInstanceProcAddr()
Dgen_vulkan.go3488 PFN_%[1]s callee_function = AsFuncPtr(callee);
/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/
Dguest_function_wrapper.h31 return AsFuncPtr<ResultType (*)(ArgumentType...)>( in WrapGuestFunction()
/frameworks/libs/binary_translation/kernel_api/
Dsigevent_emulation.cc43 host_sigevent->sigev_notify_function = AsFuncPtr<NotifyFunc>( in ConvertGuestSigeventToHost()
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc163 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback()
243 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLBufferQueueItf_RegisterCallback()
441 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLObjectItf_GetInterface()
453 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLObjectItf_RegisterCallback()
493 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLPlayItf_RegisterCallback()
527 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLPrefetchStatusItf_RegisterCallback()
558 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLRecordItf_RegisterCallback()
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc149 Destructor host_destructor = AsFuncPtr<Destructor>(WrapGuestFunctionImpl( in DoCustomTrampoline_pthread_key_create()