Home
last modified time | relevance | path

Searched refs:DestroyTransportChannel (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Ddtlstransport.h213 virtual void DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel() function
219 Base::DestroyTransportChannel(base_channel); in DestroyTransportChannel()
Drawtransport.h62 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
Dp2ptransport.h48 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
Drawtransport.cc127 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel() function in cricket::RawTransport
Dp2ptransport.cc77 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel() function in cricket::P2PTransport
Dtransport.h350 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
Dtransport.cc320 DestroyTransportChannel(impl); in DestroyChannel_w()
391 DestroyTransportChannel(impls[i]); in DestroyAllChannels_w()
Dfakesession.h386 virtual void DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel() function