Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_port_allocator.h123 this, &FakePortAllocatorSession::OnPortDestroyed); in StartGettingPorts()
188 void OnPortDestroyed(cricket::PortInterface* port) { in OnPortDestroyed() function
Dp2p_transport_channel.h278 void OnPortDestroyed(PortInterface* port);
Dp2p_transport_channel.cc891 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed); in OnPortReady()
2044 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::P2PTransportChannel
/external/webrtc/p2p/client/
Dbasic_port_allocator.h234 void OnPortDestroyed(PortInterface* port);
393 void OnPortDestroyed(PortInterface* port);
Dbasic_port_allocator.cc904 &BasicPortAllocatorSession::OnPortDestroyed); in AddAllocatedPort()
1154 void BasicPortAllocatorSession::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::BasicPortAllocatorSession
1426 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateUDPPorts()
1565 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed); in CreateTurnPort()
1621 void AllocationSequence::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed() function in cricket::AllocationSequence