Searched refs:AFileDescriptor_setFd (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libnativehelper/proxy/ |
D | nativehelper_trampolines.cc | 46 auto [guest_env, fileDescriptor, fd] = GuestParamsValues<decltype(AFileDescriptor_setFd)>(state); in DoCustomTrampoline_AFileDescriptor_setFd() 47 AFileDescriptor_setFd(ToHostJNIEnv(guest_env), fileDescriptor, fd); in DoCustomTrampoline_AFileDescriptor_setFd()
|
/frameworks/libs/native_bridge_support/android_api/libnativehelper/ |
D | stubs_arm64.cc | 22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFileDescriptor_setFd); 72 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", AFileDescriptor_setFd); in init_stub_library()
|
D | stubs_riscv64.cc | 22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFileDescriptor_setFd); 72 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", AFileDescriptor_setFd); in init_stub_library()
|
D | stubs_arm.cc | 22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFileDescriptor_setFd); 72 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", AFileDescriptor_setFd); in init_stub_library()
|
/frameworks/base/libs/nativehelper_jvm/ |
D | file_descriptor_jni.c | 44 JNIEXPORT void AFileDescriptor_setFd(JNIEnv* env, jobject fileDescriptor, int fd) { in AFileDescriptor_setFd() function
|
/frameworks/libs/native_bridge_support/android_api/libandroid_runtime/ |
D | stubs_riscv64.cc | 22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFileDescriptor_setFd); 1160 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AFileDescriptor_setFd); in init_stub_library()
|
D | stubs_arm64.cc | 22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFileDescriptor_setFd); 1160 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AFileDescriptor_setFd); in init_stub_library()
|
D | stubs_arm.cc | 22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFileDescriptor_setFd); 1492 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AFileDescriptor_setFd); in init_stub_library()
|