/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | pthread_translation.h | 115 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,
|
D | malloc_translation.h | 36 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,
|
D | system_properties_trampolines.h | 25 void DoCustomTrampoline___system_property_foreach(HostCode callee, 28 void DoCustomTrampoline___system_property_read_callback(HostCode callee,
|
D | cxa_trampolines.h | 30 HostCode callee, ProcessState* state);
|
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/ |
D | egl_trampolines.cc | 39 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/ |
D | vulkan_trampolines.cc | 49 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 …]
|
D | gen_vulkan.go | 222 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/ |
D | guest_loader.cc | 160 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()
|
D | linker_debug.cc | 31 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/ |
D | sles_trampolines.cc | 160 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/ |
D | proxy_library_builder.cc | 35 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/ |
D | SipHelper.java | 195 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/ |
D | ISipSession.aidl | 116 void makeCall(in SipProfile callee, String sessionDescription, int timeout); in makeCall() argument
|
D | SipSession.java | 402 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/ |
D | function_wrappers.h | 88 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/ |
D | proxy_library_builder.h | 40 void DoBadTrampoline(HostCode callee, ThreadState* state);
|
/frameworks/libs/binary_translation/code_gen_lib/ |
D | code_gen_lib_riscv64_to_x86_64.cc | 59 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/ |
D | ImsCallSessionImplBase.java | 234 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/ |
D | IImsCallSession.aidl | 117 void start(String callee, in ImsCallProfile profile); in start() argument
|
/frameworks/base/tools/preload/ |
D | sorttable.js | 24 if (arguments.callee.done) return; 26 arguments.callee.done = true;
|
/frameworks/base/core/proto/android/companion/ |
D | telecom.proto | 66 // URI representing the address of the intended callee.
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 822 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/ |
D | ImsCallSessionImplBase.java | 165 public void start(String callee, ImsCallProfile profile) { in start() argument
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1172 public void start(ImsCallSession session, String callee) in start() argument 1181 session.start(callee, mCallProfile); in start()
|