Searched defs:OnPortDestroyed (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel.cc455 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed);
1392 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) { function in class:cricket::P2PTransportChannel
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.cc466 &BasicPortAllocatorSession::OnPortDestroyed);
654 void BasicPortAllocatorSession::OnPortDestroyed( function in class:cricket::BasicPortAllocatorSession
900 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed);
1053 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed);
1107 void AllocationSequence::OnPortDestroyed(PortInterface* port) { function in class:cricket::AllocationSequence
1117 LOG(LS_ERROR) << "Unexpected OnPortDestroyed for nonexistent port.";

Completed in 287 milliseconds