Home
last modified time | relevance | path

Searched refs:PipeRelay (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/lshal/
DPipeRelay.cpp34 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::PipeRelay
117 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()
DPipeRelay.h30 struct PipeRelay { struct
31 explicit PipeRelay(std::ostream &os);
32 ~PipeRelay();
49 DISALLOW_COPY_AND_ASSIGN(PipeRelay); argument
DAndroid.bp34 "PipeRelay.cpp",
DLshal.cpp141 PipeRelay relay(out); in emitDebugInfo()