Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp104 channel_monitor_->SendRemoteCommand(remote_client, response); in SendCommandToRemote()
Dchannel_monitor.h99 void SendRemoteCommand(ClientId client, std::string& response);
Dchannel_monitor.cpp203 void ChannelMonitor::SendRemoteCommand(ClientId client, std::string& response) { in SendRemoteCommand() function in cuttlefish::ChannelMonitor