Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp95 auto remote_client = std::make_unique<Client>(client, Client::REMOTE); in SetRemoteClient()
139 if (errno == EAGAIN && client.type == Client::REMOTE && in ReadCommand()
150 auto& clients = client.type == Client::REMOTE ? remote_clients_ : clients_; in ReadCommand()
Dchannel_monitor.h55 enum ClientType { RIL, REMOTE }; enumerator
Dmodem_simulator.cpp116 if (!success && client.Type() != Client::REMOTE) { in DispatchCommand()