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

  /external/webrtc/webrtc/p2p/base/
p2ptransport.cc 34 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
p2ptransport.h 28 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
dtlstransport.h 207 void DestroyTransportChannel(TransportChannelImpl* channel) override {
213 Base::DestroyTransportChannel(base_channel);
transport.h 257 virtual void DestroyTransportChannel(TransportChannelImpl* channel) = 0;
transport.cc 221 DestroyTransportChannel(channel);
257 DestroyTransportChannel(kv.second);
faketransportcontroller.h 426 void DestroyTransportChannel(TransportChannelImpl* channel) override {

Completed in 2520 milliseconds