Home
last modified time | relevance | path

Searched refs:IsSet (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp244 if (read_set.IsSet(server_)) { in MonitorLoop()
247 if (read_set.IsSet(read_pipe_)) { in MonitorLoop()
259 if (read_set.IsSet(client->client_fd)) { in MonitorLoop()
264 if (read_set.IsSet(client->client_fd)) { in MonitorLoop()
Dmain.cpp131 } else if (read_set.IsSet(monitor_socket)) { in main()
/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.cc192 if (read_set.IsSet(thread_comm_monitor_)) { in MonitorRoutine()
205 if (read_set.IsSet(control_socket)) { in MonitorRoutine()
/device/google/cuttlefish/common/libs/fs/
Dshared_select.h54 bool IsSet(const SharedFD& in) const { in IsSet() function
Dshared_fd.cpp53 if ((*it)->IsSet(in_out_mask)) { in CheckMarked()
125 bool FileInstance::IsSet(fd_set* in) const { in IsSet() function in cuttlefish::FileInstance
Dshared_fd.h260 bool IsSet(fd_set* in) const;
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp180 if (read_set.IsSet(console_out_)) { in ReadLoop()
195 if (read_set.IsSet(client_fd)) { in ReadLoop()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc81 if (fd_read.IsSet(pipe_fd_)) { in AfterSelect()
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp331 if (read_set.IsSet(touch_server)) { in ClientConnectorLoop()
335 if (read_set.IsSet(keyboard_server)) { in ClientConnectorLoop()