Home
last modified time | relevance | path

Searched refs:RelayThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/lshal/
DPipeRelay.cpp34 struct PipeRelay::RelayThread : public Thread { struct in android::lshal::PipeRelay
35 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::RelayThread
58 bool PipeRelay::RelayThread::threadLoop() { in threadLoop()
98 void PipeRelay::RelayThread::setFinished() { in setFinished()
113 mThread = new RelayThread(mFds[0], os); in PipeRelay()
DPipeRelay.h41 struct RelayThread;
45 sp<RelayThread> mThread;