Home
last modified time | relevance | path

Searched defs:fd1 (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/aosp_15_r20/frameworks/av/media/codec2/tests/vndk/
H A DC2FenceTest.cpp33 static int fd_kcmp(int fd1, int fd2) { in fd_kcmp()
79 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
207 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
223 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
243 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
259 const C2Fence &fence, int fd1, int fd2, int mergeFd) { in validateTwoFdUnorderedFence()
322 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
335 void C2FenceTest::validateThreeFdFence(const C2Fence &fence, int fd1, int fd2, int fd3) { in validateThreeFdFence()
417 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
440 int fd1 = memfd_create("test1", 0 /* flags */); in TEST_F() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c360 int fd1, fd2; in test_process_multi_diff_addr() local
405 int fd1, fd2; in test_process_multi_same_addr() local
450 int fd1, fd2; in test_process_multi_diff_addr_ro_wo() local
495 int fd1, fd2; in test_process_multi_same_addr_ro_wo() local
540 int *fd1 = malloc(nprocs * sizeof(int)); in test_syswide_multi_diff_addr() local
587 int *fd1 = malloc(nprocs * sizeof(int)); in test_syswide_multi_same_addr() local
634 int *fd1 = malloc(nprocs * sizeof(int)); in test_syswide_multi_diff_addr_ro_wo() local
681 int *fd1 = malloc(nprocs * sizeof(int)); in test_syswide_multi_same_addr_ro_wo() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dprime_self_import.c57 check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2) in check_bo()
86 int fd1, fd2; in test_with_fd_dup() local
114 int fd1, fd2; in test_with_two_bos() local
147 int fd1, fd2; in test_with_one_bo_two_files() local
174 int fd1, fd2; in test_with_one_bo() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dcommand_buffer_printf.cpp27 #define streamDup(fd1) dup(fd1) argument
28 #define streamDup2(fd1, fd2) dup2(fd1, fd2) argument
35 #define streamDup(fd1) _dup(fd1) argument
36 #define streamDup2(fd1, fd2) _dup2(fd1, fd2) argument
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/native/dns/
DNativeDnsAsyncTest.cpp109 int fd1 = android_res_nquery( in TEST_F() local
141 int fd1 = android_res_nsend(NETWORK_UNSPECIFIED, buf1, len1, 0); in TEST_F() local
173 int fd1 = android_res_nsend(NETWORK_UNSPECIFIED, buf, len, ANDROID_RESOLV_NO_CACHE_LOOKUP); in TEST_F() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/eventfd2/
H A Deventfd2_03.c34 static void sem_player(int fd1, int fd2) in sem_player()
60 int fd1, fd2; in run() local
/aosp_15_r20/system/core/libsync/
H A Dsync.c154 static int legacy_sync_merge(const char *name, int fd1, int fd2) in legacy_sync_merge()
167 static int modern_sync_merge(const char *name, int fd1, int fd2) in modern_sync_merge()
183 int sync_merge(const char *name, int fd1, int fd2) in sync_merge()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kcmp/
H A Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp()
37 int fd1, fd2; in main() local
/aosp_15_r20/external/libdrm/
H A Dlibsync.h86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge()
121 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp02.c25 static int fd1; variable
40 int *fd1; member
H A Dkcmp01.c23 static int fd1; variable
33 int *fd1; member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tetheroffload/config/1.0/android.hardware.tetheroffload.config-V1.0-java_gen_java/gen/srcs/android/hardware/tetheroffload/config/V1_0/
DIOffloadConfig.java107 …void setHandles(android.os.NativeHandle fd1, android.os.NativeHandle fd2, setHandlesCallback _hidl… in setHandles()
254 …public void setHandles(android.os.NativeHandle fd1, android.os.NativeHandle fd2, setHandlesCallbac… in setHandles()
547 android.os.NativeHandle fd1 = _hidl_request.readNativeHandle(); in onTransact() local
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DC2NodeImpl.cpp65 android::base::unique_fd &&fd1) { in queue()
172 android::base::unique_fd fd1; member
295 android::base::unique_fd fd0, fd1; in submitBuffer() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp1031 int32_t fd, fd1, fd2; in dump() local
1128 int32_t fd, fd1, fd2; in miniDump() local
1185 int32_t fd, fd1, fd2; in printLayer() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tetheroffload/aidl/android.hardware.tetheroffload-V1-java-source/gen/android/hardware/tetheroffload/
DIOffload.java23 …@Override public void initOffload(android.os.ParcelFileDescriptor fd1, android.os.ParcelFileDescri… in initOffload()
217 …@Override public void initOffload(android.os.ParcelFileDescriptor fd1, android.os.ParcelFileDescri… in initOffload()
421 …public void initOffload(android.os.ParcelFileDescriptor fd1, android.os.ParcelFileDescriptor fd2, … in initOffload()
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dos_file.c203 os_same_file_description(int fd1, int fd2) in os_same_file_description()
217 os_same_file_description(int fd1, int fd2) in os_same_file_description()
/aosp_15_r20/hardware/interfaces/tetheroffload/config/1.0/vts/functional/
H A DVtsHalTetheroffloadConfigV1_0TargetTest.cpp98 unique_fd fd1(netlinkSocket(kFd1Groups)); in TEST_P() local
140 unique_fd fd1(netlinkSocket(kFd1Groups)); in TEST_P() local
/aosp_15_r20/external/liburing/test/
H A Dsubmit-reuse.c22 int fd1, fd2; member
134 int fd1, fd2, ret, i; in test_reuse() local
/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler.cc135 base::PlatformHandle fd1 = socket_pair->first.sock.fd(); in AddSocketPair() local
262 auto fd1 = sock1.sock.fd(); in RemoveSocketPair() local
/aosp_15_r20/hardware/interfaces/tetheroffload/aidl/vts/functional/
H A DVtsHalTetheroffloadTargetTest.cpp157 ndk::ScopedFileDescriptor fd1 = ndk::ScopedFileDescriptor(ufd1.release()); in initOffload() local
201 ndk::ScopedFileDescriptor fd1 = ndk::ScopedFileDescriptor(-1); in TEST_P() local
212 ndk::ScopedFileDescriptor fd1 = ndk::ScopedFileDescriptor(-1); in TEST_P() local
231 ndk::ScopedFileDescriptor fd1 = ndk::ScopedFileDescriptor(ufd1.release()); in TEST_P() local
/aosp_15_r20/external/libevent/test/
H A Dregress_listener.c83 evutil_socket_t fd1, fd2, fd3; in regress_pick_a_port() local
245 evutil_socket_t fd1 = EVUTIL_INVALID_SOCKET, fd2 = EVUTIL_INVALID_SOCKET; in regress_listener_immediate_close() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/core/
H A Dclose_range_test.c388 int fd1, fd2, fd3, flags, ret, status; in TEST() local
470 int i, fd1, fd2, fd3, flags, ret, status; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/command-fds/src/
Dlib.rs316 let fd1: OwnedFd = file1.into(); in swap_mappings() localVariable
349 let fd1: OwnedFd = file1.into(); in one_to_one_mapping() localVariable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf.c309 int fd1, fd2, opt; in test_extra_filter() local
390 int fd1, fd2, opt = 1; in test_filter_without_bind() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/printf/
H A Dtest_printf.cpp27 #define streamDup(fd1) dup(fd1) argument
28 #define streamDup2(fd1,fd2) dup2(fd1,fd2) argument
36 #define streamDup(fd1) _dup(fd1) argument
37 #define streamDup2(fd1,fd2) _dup2(fd1,fd2) argument

12345678910>>...16