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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.h60 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
H A Dp2ptransport.h50 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
H A Drawtransport.cc124 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) { function in class:cricket::RawTransport
H A Dtransport.h206 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
H A Dtransport.cc168 DestroyTransportChannel(impl);
217 DestroyTransportChannel(impls[i]);
H A Dp2ptransport.cc197 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) { function in class:cricket::P2PTransport

Completed in 79 milliseconds