Searched defs:Pipe (Results 1 – 4 of 4) sorted by relevance
28 Pipe::Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer) : in Pipe() function in android::Pipe
31 Pipe() { in Pipe() function
52 class Pipe { class55 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} {} in Pipe() function in Pipe60 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
151 class Pipe { class154 Pipe(int readFd, int writeFd) : m_readFd{readFd}, m_writeFd{writeFd} { in Pipe() function in Pipe161 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe