Home
last modified time | relevance | path

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

/system/core/libutils/
DLooper_test_pipe.h27 Pipe() { in Pipe() function
/system/extras/alloc-stress/
Dalloc-stress.cpp38 class Pipe { class
46 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() function in Pipe
50 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 __anon3f1c9b050111::Pipe
/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp48 class Pipe { class
51 Pipe(int readFd, int writeFd) in Pipe() function in Pipe
58 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/testing/gtest_extras/
DIsolate.cpp197 static bool Pipe(int* read_fd, int* write_fd) { in Pipe() function