Searched refs:AddAllocatedPort (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/client/ |
D | basic_port_allocator.cc | 878 void BasicPortAllocatorSession::AddAllocatedPort(Port* port, in AddAllocatedPort() function in cricket::BasicPortAllocatorSession 1439 session_->AddAllocatedPort(port.release(), this, true); in CreateUDPPorts() 1455 session_->AddAllocatedPort(port.release(), this, true); in CreateTCPPorts() 1484 session_->AddAllocatedPort(port.release(), this, true); in CreateStunPorts() 1578 session_->AddAllocatedPort(port.release(), this, true); in CreateTurnPort()
|
D | basic_port_allocator.h | 226 void AddAllocatedPort(Port* port,
|