Home
last modified time | relevance | path

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

/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.h233 WeakFD(SharedFD shared_fd) : value_(shared_fd.value_) {} in WeakFD()
Dshared_fd.cpp484 int SharedFD::Fchdir(SharedFD shared_fd) { in Fchdir()
/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
/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
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc57 auto shared_fd = cuttlefish::SharedFD::Dup(fd); in SubscribersFromCmdline() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp53 auto shared_fd = SharedFD::Dup(fd); in ServerFdsFromCmdline() local
/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
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp332 void Command::BuildParameter(std::stringstream* stream, SharedFD shared_fd) { in BuildParameter()
346 SharedFD shared_fd) & { in RedirectStdIO()
357 SharedFD shared_fd) && { in RedirectStdIO()
Dunix_sockets.cpp152 SharedFD shared_fd = SharedFD::Dup(fd); in AsSharedFDs() local