Searched refs:AddAllocatedPort (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.cc | 432 void BasicPortAllocatorSession::AddAllocatedPort(Port* port, in AddAllocatedPort() function in cricket::BasicPortAllocatorSession 912 session_->AddAllocatedPort(port, this, true); in CreateUDPPorts() 930 session_->AddAllocatedPort(port, this, true); in CreateTCPPorts() 961 session_->AddAllocatedPort(port, this, true); in CreateStunPorts() 1011 session_->AddAllocatedPort(port, this, false); in CreateGturnPort() 1066 session_->AddAllocatedPort(port, this, true); in CreateTurnPort()
|
D | basicportallocator.h | 171 void AddAllocatedPort(Port* port, AllocationSequence* seq,
|