Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h207 void DestroyTransportChannel(TransportChannelImpl* channel) override { in DestroyTransportChannel() function
213 Base::DestroyTransportChannel(base_channel); in DestroyTransportChannel()
Dp2ptransport.cc34 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) { in DestroyTransportChannel() function in cricket::P2PTransport
Dp2ptransport.h28 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
Dtransport.cc221 DestroyTransportChannel(channel); in DestroyChannel()
257 DestroyTransportChannel(kv.second); in DestroyAllChannels()
Dtransport.h257 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
Dfaketransportcontroller.h426 void DestroyTransportChannel(TransportChannelImpl* channel) override { in DestroyTransportChannel() function