Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp85 if (!SharedFD::Pipe(&read_pipe_, &write_pipe_)) { in ChannelMonitor()
263 read_set.Set(read_pipe_); in MonitorLoop()
283 if (read_set.IsSet(read_pipe_)) { in MonitorLoop()
285 read_pipe_->Read(buf.data(), buf.size()); // Empty pipe in MonitorLoop()
Dchannel_monitor.h109 cuttlefish::SharedFD read_pipe_; variable