Home
last modified time | relevance | path

Searched refs:SendRemoteCommand (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.h75 void SendRemoteCommand(cuttlefish::SharedFD client, std::string& response);
Dmodem_service.cpp126 channel_monitor_->SendRemoteCommand(remote_client, response); in SendCommandToRemote()
Dchannel_monitor.cpp173 void ChannelMonitor::SendRemoteCommand(cuttlefish::SharedFD client, std::string& response) { in SendRemoteCommand() function in cuttlefish::ChannelMonitor