Home
last modified time | relevance | path

Searched defs:readFd (Results 1 – 5 of 5) sorted by relevance

/system/extras/alloc-stress/
Dalloc-stress.cpp44 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/
DSystemSuspend.cpp57 string readFd(int fd) { in readFd() function
/system/libhwbinder/vts/performance/
DBenchmark_throughput.cpp51 Pipe(int readFd, int writeFd) in Pipe()
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp145 const android::base::unique_fd readFd( in testWriteBlockAndPageRead() local
433 const android::base::unique_fd readFd( in TEST_F() local
/system/incremental_delivery/incfs/
Dincfs.cpp1158 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()