Home
last modified time | relevance | path

Searched defs:shared_fd (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.cpp26 SharedFDStreambuf::SharedFDStreambuf(SharedFD shared_fd) in SharedFDStreambuf()
104 SharedFDOstream::SharedFDOstream(SharedFD shared_fd) in SharedFDOstream()
107 SharedFDIstream::SharedFDIstream(SharedFD shared_fd) in SharedFDIstream()
Dshared_fd.h236 WeakFD(SharedFD shared_fd) : value_(shared_fd.value_) {} in WeakFD()
Dshared_fd.cpp494 int SharedFD::Fchdir(SharedFD shared_fd) { in Fchdir()
/aosp_15_r20/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp199 …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/
Dmali_gralloc_ion.cpp199 …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/
Dsubprocess.cpp320 void Command::BuildParameter(std::stringstream* stream, SharedFD shared_fd) { in BuildParameter()
334 SharedFD shared_fd) & { in RedirectStdIO()
345 SharedFD shared_fd) && { in RedirectStdIO()
Dunix_sockets.cpp152 SharedFD shared_fd = SharedFD::Dup(fd); in AsSharedFDs() local
/aosp_15_r20/device/linaro/hikey/gralloc/
Dalloc_device.cpp175 …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 Dionapp_import.c23 int sockfd, shared_fd; in main() local
H A Dionapp_export.c32 int sockfd, client_fd, shared_fd; in main() local
/aosp_15_r20/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc60 auto shared_fd = SharedFD::Dup(fd); in SubscribersFromCmdline() local
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp53 auto shared_fd = SharedFD::Dup(fd); in ServerFdsFromCmdline() local
/aosp_15_r20/external/liburing/test/
H A Dacross-fork.c139 int shared_fd; in main() local
/aosp_15_r20/external/libdrm/amdgpu/
H A Damdgpu_cs.c786 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 Dhotunplug_tests.c366 int shared_fd; in amdgpu_hotunplug_with_exported_fence() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_knl.h67 int shared_fd; member
/aosp_15_r20/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp224 int shared_fd = get_allocator().Alloc(heap_name, size, 0); in alloc_from_dmabuf_heap() local