Home
last modified time | relevance | path

Searched refs:LookupConnection (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc191 server_->LookupConnection(local_addr_, remote_addr_); in Close()
216 server_->LookupConnection(local_addr_, data->addr); in Close()
613 VirtualSocket* socket = LookupConnection(addr_local, addr_remote); in CloseTcpConnections()
706 VirtualSocket* VirtualSocketServer::LookupConnection( in LookupConnection() function in rtc::VirtualSocketServer
825 VirtualSocket* recipient = LookupConnection(socket->local_addr_, in SendTcp()
Dvirtualsocketserver.h148 VirtualSocket* LookupConnection(const SocketAddress& client,