Searched refs:PipeRelay (Results 1 – 4 of 4) sorted by relevance
34 struct PipeRelay::RelayThread : public Thread {55 PipeRelay::RelayThread::RelayThread(int fd, std::ostream &os) in RelayThread()58 bool PipeRelay::RelayThread::threadLoop() { in threadLoop()98 void PipeRelay::RelayThread::setFinished() { in setFinished()104 PipeRelay::PipeRelay(std::ostream &os) in PipeRelay() function in android::lshal::PipeRelay117 void PipeRelay::CloseFd(int *fd) { in CloseFd()124 PipeRelay::~PipeRelay() { in ~PipeRelay()136 status_t PipeRelay::initCheck() const { in initCheck()140 int PipeRelay::fd() const { in fd()
30 struct PipeRelay { struct31 explicit PipeRelay(std::ostream &os);32 ~PipeRelay();49 DISALLOW_COPY_AND_ASSIGN(PipeRelay); argument
34 "PipeRelay.cpp",
141 PipeRelay relay(out); in emitDebugInfo()