/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd_stream.cpp | 26 SharedFDStreambuf::SharedFDStreambuf(SharedFD shared_fd) in SharedFDStreambuf() 104 SharedFDOstream::SharedFDOstream(SharedFD shared_fd) in SharedFDOstream() 107 SharedFDIstream::SharedFDIstream(SharedFD shared_fd) in SharedFDIstream()
|
D | shared_fd.h | 236 WeakFD(SharedFD shared_fd) : value_(shared_fd.value_) {} in WeakFD()
|
D | shared_fd.cpp | 494 int SharedFD::Fchdir(SharedFD shared_fd) { in Fchdir()
|
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 199 …t alloc_ion_fd(int ion_fd, size_t size, unsigned int heap_mask, unsigned int flags, int *shared_fd) in alloc_ion_fd() 225 int shared_fd, ret; in alloc_from_ion_heap() local 493 int shared_fd, ret, ion_flags = 0; in mali_gralloc_ion_allocate() local
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 199 …t alloc_ion_fd(int ion_fd, size_t size, unsigned int heap_mask, unsigned int flags, int *shared_fd) in alloc_ion_fd() 225 int shared_fd, ret; in alloc_from_ion_heap() local 493 int shared_fd, ret, ion_flags = 0; in mali_gralloc_ion_allocate() local
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 320 void Command::BuildParameter(std::stringstream* stream, SharedFD shared_fd) { in BuildParameter() 334 SharedFD shared_fd) & { in RedirectStdIO() 345 SharedFD shared_fd) && { in RedirectStdIO()
|
D | unix_sockets.cpp | 152 SharedFD shared_fd = SharedFD::Dup(fd); in AsSharedFDs() local
|
/aosp_15_r20/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 175 …t alloc_ion_fd(int ion_fd, size_t size, unsigned int heap_mask, unsigned int flags, int *shared_fd) in alloc_ion_fd() 205 int shared_fd; in gralloc_alloc_buffer() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/android/ion/ |
H A D | ionapp_import.c | 23 int sockfd, shared_fd; in main() local
|
H A D | ionapp_export.c | 32 int sockfd, client_fd, shared_fd; in main() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | main.cc | 60 auto shared_fd = SharedFD::Dup(fd); in SubscribersFromCmdline() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/ |
D | main.cpp | 53 auto shared_fd = SharedFD::Dup(fd); in ServerFdsFromCmdline() local
|
/aosp_15_r20/external/liburing/test/ |
H A D | across-fork.c | 139 int shared_fd; in main() local
|
/aosp_15_r20/external/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 786 int *shared_fd) in amdgpu_cs_export_syncobj() 795 int shared_fd, in amdgpu_cs_import_syncobj()
|
/aosp_15_r20/external/libdrm/tests/amdgpu/ |
H A D | hotunplug_tests.c | 366 int shared_fd; in amdgpu_hotunplug_with_exported_fence() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl.h | 67 int shared_fd; member
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 224 int shared_fd = get_allocator().Alloc(heap_name, size, 0); in alloc_from_dmabuf_heap() local
|