Searched refs:CloseRemoteConnection (Results 1 – 5 of 5) sorted by relevance
131 void ModemService::CloseRemoteConnection(cuttlefish::SharedFD remote_client) { in CloseRemoteConnection() function in cuttlefish::ModemService133 channel_monitor_->CloseRemoteConnection(remote_client); in CloseRemoteConnection()
76 void CloseRemoteConnection(cuttlefish::SharedFD client);
107 void CloseRemoteConnection(cuttlefish::SharedFD remote_client);
101 CloseRemoteConnection(*(iter->second.remote_client)); in TimerWaitingRemoteCallResponse()254 CloseRemoteConnection(*(call.remote_client)); in SendCallStatusToRemote()678 CloseRemoteConnection(*client); in HandleRemoteCall()
184 void ChannelMonitor::CloseRemoteConnection(cuttlefish::SharedFD client) { in CloseRemoteConnection() function in cuttlefish::ChannelMonitor