Searched defs:readFd (Results 1 – 5 of 5) sorted by relevance
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 44 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() 94 static Pipe makePipeFromFds(int readFd, int writeFd) { return Pipe(readFd, writeFd); } in makePipeFromFds()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspend.cpp | 57 string readFd(int fd) { in readFd() function
|
/system/libhwbinder/vts/performance/ |
D | Benchmark_throughput.cpp | 51 Pipe(int readFd, int writeFd) in Pipe()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 145 const android::base::unique_fd readFd( in testWriteBlockAndPageRead() local 433 const android::base::unique_fd readFd( in TEST_F() local
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 1158 static int waitForReads(IncFsFd readFd, int32_t timeoutMs, PublicPendingRead buffer[], in waitForReads() 1171 static int waitForReads(IncFsFd readFd, int32_t timeoutMs, PublicPendingRead buffer[], in waitForReads()
|