Searched refs:PipeRelay (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/lshal/
H A DPipeRelay.h32 struct PipeRelay { struct in namespace:android::lshal
33 explicit PipeRelay(std::ostream &os);
34 ~PipeRelay();
51 DISALLOW_COPY_AND_ASSIGN(PipeRelay);
H A DPipeRelay.cpp17 #include "PipeRelay.h"
25 struct PipeRelay::RelayThread : public Thread {
39 PipeRelay::RelayThread::RelayThread(int fd, std::ostream &os)
44 bool PipeRelay::RelayThread::threadLoop() {
59 PipeRelay::PipeRelay(std::ostream &os) function in class:android::lshal::PipeRelay
72 void PipeRelay::CloseFd(int *fd) {
79 PipeRelay::~PipeRelay() {
97 status_t PipeRelay
[all...]
H A DLshal.cpp30 #include "PipeRelay.h"
138 PipeRelay relay(out);
141 std::string msg = "PipeRelay::initCheck() FAILED w/ " + std::to_string(relay.initCheck());

Completed in 8 milliseconds