Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.h72 bool HandleModemCommand(const Client& client, std::string command);
Dmodem_service.cpp89 bool ModemService::HandleModemCommand(const Client& client, in HandleModemCommand() function in cuttlefish::ModemService
Dmodem_simulator.cpp107 success = service.second->HandleModemCommand(client, command); in DispatchCommand()