Searched refs:OnPortDestroyed (Results 1 – 4 of 4) sorted by relevance
177 void OnPortDestroyed(PortInterface* port);313 void OnPortDestroyed(PortInterface* port);
466 &BasicPortAllocatorSession::OnPortDestroyed); in AddAllocatedPort()654 void BasicPortAllocatorSession::OnPortDestroyed( in OnPortDestroyed() function in cricket::BasicPortAllocatorSession900 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateUDPPorts()1053 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateTurnPort()1107 void AllocationSequence::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::AllocationSequence
229 void OnPortDestroyed(PortInterface* port);
455 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()1392 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::P2PTransportChannel