Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc701 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection() local
703 VirtualSocket*>(address_pair, remote_socket)); in AddConnection()
713 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection() local
714 ConnectionMap::iterator it = connections_->find(address_pair); in LookupConnection()
724 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection() local
725 connections_->erase(address_pair); in RemoveConnection()