Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.h177 void OnPortDestroyed(PortInterface* port);
313 void OnPortDestroyed(PortInterface* port);
Dbasicportallocator.cc466 &BasicPortAllocatorSession::OnPortDestroyed); in AddAllocatedPort()
654 void BasicPortAllocatorSession::OnPortDestroyed( in OnPortDestroyed() function in cricket::BasicPortAllocatorSession
900 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
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h229 void OnPortDestroyed(PortInterface* port);
Dp2ptransportchannel.cc455 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()
1392 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::P2PTransportChannel