HomeSort by relevance Sort by last modified time
    Searched refs:LookupConnection (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
virtualsocketserver.cc 191 server_->LookupConnection(local_addr_, remote_addr_);
216 server_->LookupConnection(local_addr_, data->addr);
613 VirtualSocket* socket = LookupConnection(addr_local, addr_remote);
706 VirtualSocket* VirtualSocketServer::LookupConnection(
825 VirtualSocket* recipient = LookupConnection(socket->local_addr_,
    [all...]
virtualsocketserver.h 148 VirtualSocket* LookupConnection(const SocketAddress& client,

Completed in 429 milliseconds