Home
last modified time | relevance | path

Searched refs:RemoveConnection (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc202 server_->RemoveConnection(remote_addr_, local_addr_); in Close()
203 server_->RemoveConnection(local_addr_, remote_addr_); in Close()
222 server_->RemoveConnection(local_addr_, data->addr); in Close()
718 void VirtualSocketServer::RemoveConnection(const SocketAddress& local, in RemoveConnection() function in rtc::VirtualSocketServer
Dvirtualsocketserver.h151 void RemoveConnection(const SocketAddress& client,
/external/webrtc/webrtc/p2p/base/
Drelayserver.h115 void RemoveConnection(RelayServerConnection* conn);
Drelayserver.cc514 void RelayServer::RemoveConnection(RelayServerConnection* conn) { in RemoveConnection() function in cricket::RelayServer
581 binding_->server()->RemoveConnection(this); in ~RelayServerConnection()