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.cpp66 bool ModemService::HandleModemCommand(const Client& client, in HandleModemCommand() function in cuttlefish::ModemService
Dmodem_service.h71 bool HandleModemCommand(const Client& client, std::string command);
Dmodem_simulator.cpp110 success = service.second->HandleModemCommand(client, command); in DispatchCommand()