Home
last modified time | relevance | path

Searched defs:Pipe (Results 1 – 7 of 7) sorted by relevance

/system/extras/alloc-stress/
Dalloc-stress.cpp35 class Pipe { class
42 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() function in Pipe
46 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
/system/connectivity/wificond/tests/
Dlooper_backed_event_loop_unittest.cpp34 class Pipe { class
39 Pipe() { in Pipe() function in __anon70e5cf640111::Pipe
/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp47 class Pipe { class
50 Pipe(int readFd, int writeFd) in Pipe() function in Pipe
57 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
DPerfTest.cpp66 Pipe::Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
DPerfTest.h62 Pipe(int read_fd, int write_fd) : fd_read_{read_fd}, fd_write_{write_fd} {} in Pipe() function
/system/core/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils.cpp95 void PatchUtils::Pipe(borrowed_fd input, borrowed_fd output, size_t amount) { in Pipe() function in PatchUtils
/system/core/libutils/
DLooper_test.cpp27 class Pipe { class
32 Pipe() { in Pipe() function in android::Pipe