Home
last modified time | relevance | path

Searched refs:DestroyAllChannels (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransport.cc27 DestroyAllChannels(); in ~P2PTransport()
Dtransport.h233 void DestroyAllChannels();
Ddtlstransport.h41 Base::DestroyAllChannels(); in ~DtlsTransport()
Dtransport_unittest.cc39 transport_->DestroyAllChannels(); in ~TransportTest()
Dtransport.cc255 void Transport::DestroyAllChannels() { in DestroyAllChannels() function in cricket::Transport
Dfaketransportcontroller.h357 ~FakeTransport() { DestroyAllChannels(); } in ~FakeTransport()
/external/webrtc/webrtc/voice_engine/
Dchannel_manager.h111 void DestroyAllChannels();
Dchannel_manager.cc117 void ChannelManager::DestroyAllChannels() { in DestroyAllChannels() function in webrtc::voe::ChannelManager
Dvoe_base_impl.cc656 shared_->channel_manager().DestroyAllChannels(); in TerminateInternal()