Searched refs:RelayThread (Results 1 – 2 of 2) sorted by relevance
34 struct PipeRelay::RelayThread : public Thread { struct in android::lshal::PipeRelay35 explicit RelayThread(int fd, std::ostream &os);50 DISALLOW_COPY_AND_ASSIGN(RelayThread);55 PipeRelay::RelayThread::RelayThread(int fd, std::ostream &os) in RelayThread() function in android::lshal::PipeRelay::RelayThread58 bool PipeRelay::RelayThread::threadLoop() { in threadLoop()98 void PipeRelay::RelayThread::setFinished() { in setFinished()113 mThread = new RelayThread(mFds[0], os); in PipeRelay()
41 struct RelayThread;45 sp<RelayThread> mThread;