Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc181 server_->Disconnect(server_->LookupBinding(addr)); in Close()
197 socket = server_->LookupBinding(remote_addr_); in Close()
224 server_->Disconnect(server_->LookupBinding(data->addr)); in Close()
302 VirtualSocket* sender = server_->LookupBinding(remote_addr_); in RecvFrom()
409 server_->Disconnect(server_->LookupBinding(data->addr)); in OnMessage()
661 VirtualSocket* VirtualSocketServer::LookupBinding(const SocketAddress& addr) { in LookupBinding() function in rtc::VirtualSocketServer
677 return LookupBinding(sock_addr); in LookupBinding()
736 VirtualSocket* remote = LookupBinding(remote_addr); in Connect()
771 VirtualSocket* recipient = LookupBinding(remote_addr); in SendUdp()
Dvirtualsocketserver.h138 VirtualSocket* LookupBinding(const SocketAddress& addr);
/external/webrtc/webrtc/p2p/base/
Dturnport_unittest.cc101 using rtc::VirtualSocketServer::LookupBinding;
152 ss_->LookupBinding(socket->GetLocalAddress()); in ConnectSignalAddressReadyToSetLocalhostAsAltenertativeLocalAddress()