Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 24 of 24) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.h115 void DoCustomTrampoline_pthread_create(HostCode callee, ProcessState* state);
122 void DoCustomTrampoline_pthread_getattr_np(HostCode callee,
126 void DoCustomTrampoline_pthread_key_create(HostCode callee,
131 void DoCustomTrampoline___pthread_cleanup_push(HostCode callee,
135 void DoCustomTrampoline___get_thread_stack_top(HostCode callee,
Dmalloc_translation.h36 void DoCustomTrampoline_native_bridge_malloc_info_helper(HostCode callee,
39 void DoCustomTrampoline_native_bridge_mallinfo(HostCode callee,
42 void DoCustomTrampoline_native_bridge_malloc_iterate(HostCode callee,
Dsystem_properties_trampolines.h25 void DoCustomTrampoline___system_property_foreach(HostCode callee,
28 void DoCustomTrampoline___system_property_read_callback(HostCode callee,
Dcxa_trampolines.h30 HostCode callee, ProcessState* state);
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc39 void DoCustomTrampolineWithThunk_glDebugMessageCallback(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_glDebugMessageCallback() argument
44 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_glDebugMessageCallback()
84 void DoCustomTrampolineWithThunk_glGetPointerv(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_glGetPointerv() argument
88 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_glGetPointerv()
108 void DoCustomTrampolineWithThunk_eglGetProcAddress(HostCode callee, ProcessState* state);
153 void DoCustomTrampolineWithThunk_eglGetProcAddress(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_eglGetProcAddress() argument
155 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_eglGetProcAddress()
211 void DoCustomTrampolineWithThunk_eglNextLayerProcAddressProc(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_eglNextLayerProcAddressProc() argument
213 PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_eglNextLayerProcAddressProc()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc49 void DoCustomTrampolineWithThunk_vkAllocateCommandBuffers(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() argument
50 PFN_vkAllocateCommandBuffers callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
77 void DoCustomTrampolineWithThunk_vkBeginCommandBuffer(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_vkBeginCommandBuffer() argument
78 PFN_vkBeginCommandBuffer callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkBeginCommandBuffer()
97 void DoCustomTrampolineWithThunk_vkFreeCommandBuffers(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() argument
98 PFN_vkFreeCommandBuffers callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()
148 void DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties(HostCode callee, in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() argument
150 PFN_vkEnumerateDeviceExtensionProperties callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties()
192 void DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties(HostCode callee, in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties() argument
194 PFN_vkEnumerateInstanceExtensionProperties callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties()
[all …]
Dgen_vulkan.go222 void DoCustomTrampolineWithThunk_vkAllocateCommandBuffers(HostCode callee, ProcessState* state);
223 void DoCustomTrampolineWithThunk_vkBeginCommandBuffer(HostCode callee, ProcessState* state);
224 void DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties(HostCode callee, ProcessState…
225 void DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties(HostCode callee, ProcessSta…
226 void DoCustomTrampolineWithThunk_vkFreeCommandBuffers(HostCode callee, ProcessState* state);
227 void DoCustomTrampolineWithThunk_vkGetDeviceProcAddr(HostCode callee, ProcessState* state);
228 void DoCustomTrampolineWithThunk_vkGetInstanceProcAddr(HostCode callee, ProcessState* state);
3487 …_, err = fmt.Fprintf(w, `void DoCustomTrampolineWithThunk_%[1]s(HostCode callee, ProcessState* sta…
3488 PFN_%[1]s callee_function = AsFuncPtr(callee);
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc160 void TraceCallback(HostCode callee, ThreadState* state) { in TraceCallback() argument
161 UNUSED(callee); in TraceCallback()
170 void PostInitCallback(HostCode callee, ThreadState* state) { in PostInitCallback() argument
171 UNUSED(callee, state); in PostInitCallback()
176 void InterceptGuestSymbolCallback(HostCode callee, ThreadState* state) { in InterceptGuestSymbolCallback() argument
177 UNUSED(callee); in InterceptGuestSymbolCallback()
185 void ConfigStaticTlsCallback(HostCode callee, ThreadState* state) { in ConfigStaticTlsCallback() argument
186 UNUSED(callee); in ConfigStaticTlsCallback()
192 void GetHostPthreadCallback(HostCode callee, ThreadState* state) { in GetHostPthreadCallback() argument
193 UNUSED(callee); in GetHostPthreadCallback()
Dlinker_debug.cc31 void DoCustomTrampoline_rtld_db_dlactivity(HostCode callee, ThreadState* state) { in DoCustomTrampoline_rtld_db_dlactivity() argument
32 UNUSED(callee, state); in DoCustomTrampoline_rtld_db_dlactivity()
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc160 void DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback(HostCode callee, in DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback() argument
163 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback()
241 void DoCustomTrampoline_SLBufferQueueItf_RegisterCallback(HostCode callee, ProcessState* state) { in DoCustomTrampoline_SLBufferQueueItf_RegisterCallback() argument
243 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLBufferQueueItf_RegisterCallback()
439 void DoCustomTrampoline_SLObjectItf_GetInterface(HostCode callee, ProcessState* state) { in DoCustomTrampoline_SLObjectItf_GetInterface() argument
441 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLObjectItf_GetInterface()
451 void DoCustomTrampoline_SLObjectItf_RegisterCallback(HostCode callee, ProcessState* state) { in DoCustomTrampoline_SLObjectItf_RegisterCallback() argument
453 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLObjectItf_RegisterCallback()
491 void DoCustomTrampoline_SLPlayItf_RegisterCallback(HostCode callee, ProcessState* state) { in DoCustomTrampoline_SLPlayItf_RegisterCallback() argument
493 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLPlayItf_RegisterCallback()
[all …]
/frameworks/libs/binary_translation/proxy_loader/
Dproxy_library_builder.cc35 void DoBadTrampoline(HostCode callee, ThreadState* state) { in DoBadTrampoline() argument
37 const char* name = static_cast<const char*>(callee); in DoBadTrampoline()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java195 public ClientTransaction sendOptions(SipProfile caller, SipProfile callee, in sendOptions() argument
198 Request request = (caller == callee) in sendOptions()
200 : createRequest(Request.OPTIONS, caller, callee, tag); in sendOptions()
270 SipProfile callee, String tag) throws ParseException, SipException { in createRequest() argument
272 ToHeader toHeader = createToHeader(callee); in createRequest()
273 SipURI requestURI = callee.getUri(); in createRequest()
287 public ClientTransaction sendInvite(SipProfile caller, SipProfile callee, in sendInvite() argument
291 Request request = createRequest(Request.INVITE, caller, callee, tag); in sendInvite()
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipSession.aidl116 void makeCall(in SipProfile callee, String sessionDescription, int timeout); in makeCall() argument
DSipSession.java402 public void makeCall(SipProfile callee, String sessionDescription, in makeCall() argument
405 mSession.makeCall(callee, sessionDescription, timeout); in makeCall()
/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/
Dfunction_wrappers.h88 static void Func(HostCode callee, ThreadState* state) {
90 auto func = reinterpret_cast<Func>(const_cast<void*>(callee));
/frameworks/libs/binary_translation/proxy_loader/include/berberis/proxy_loader/
Dproxy_library_builder.h40 void DoBadTrampoline(HostCode callee, ThreadState* state);
/frameworks/libs/binary_translation/code_gen_lib/
Dcode_gen_lib_riscv64_to_x86_64.cc59 const void* callee, in GenTrampolineAdaptor() argument
79 as.Movq(as.rdi, reinterpret_cast<intptr_t>(callee)); in GenTrampolineAdaptor()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java234 public void start(String callee, ImsCallProfile profile) {
235 executeMethodAsync(() -> ImsCallSessionImplBase.this.start(callee, profile), "start");
514 public void start(String callee, ImsCallProfile profile) { in start() argument
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl117 void start(String callee, in ImsCallProfile profile); in start() argument
/frameworks/base/tools/preload/
Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/frameworks/base/core/proto/android/companion/
Dtelecom.proto66 // URI representing the address of the intended callee.
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java822 public void start(String callee, ImsCallProfile profile) { in start() argument
828 miSession.start(callee, profile); in start()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java165 public void start(String callee, ImsCallProfile profile) { in start() argument
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1172 public void start(ImsCallSession session, String callee) in start() argument
1181 session.start(callee, mCallProfile); in start()