Home
last modified time | relevance | path

Searched refs:CloseRemoteConnection (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dcall_service.cpp106 CloseRemoteConnection(*(iter->second.remote_client)); in TimerWaitingRemoteCallResponse()
261 CloseRemoteConnection(*(call.remote_client)); in SendCallStatusToRemote()
685 CloseRemoteConnection(*client); in HandleRemoteCall()
697 network_service_->CloseRemoteConnection(client.Id()); in HandleRemoteCall()
Dmodem_service.cpp109 void ModemService::CloseRemoteConnection(ClientId remote_client) { in CloseRemoteConnection() function in cuttlefish::ModemService
111 channel_monitor_->CloseRemoteConnection(remote_client); in CloseRemoteConnection()
Dmodem_service.h102 void CloseRemoteConnection(ClientId remote_client);
Dchannel_monitor.h100 void CloseRemoteConnection(ClientId client);
Dchannel_monitor.cpp214 void ChannelMonitor::CloseRemoteConnection(ClientId client) { in CloseRemoteConnection() function in cuttlefish::ChannelMonitor