HomeSort by relevance Sort by last modified time
    Searched refs:DestroyTransportChannel (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 50 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
rawtransport.h 60 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
rawtransport.cc 124 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
transport.h 206 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
transport.cc 168 DestroyTransportChannel(impl);
217 DestroyTransportChannel(impls[i]);
p2ptransport.cc 197 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransport.h 62 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
dtlstransport.h 122 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
128 Base::DestroyTransportChannel(base_channel);
p2ptransport.h 48 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
rawtransport.cc 127 void RawTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
p2ptransport.cc 77 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
transport.h 330 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
fakesession.h 338 virtual void DestroyTransportChannel(TransportChannelImpl* channel) {
transport.cc 267 DestroyTransportChannel(impl);
336 DestroyTransportChannel(impls[i]);

Completed in 335 milliseconds