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

  /external/webrtc/talk/session/media/
channel.cc 179 transport_channel_(nullptr),
208 if (transport_channel_) {
209 DisconnectFromTransportChannel(transport_channel_);
301 TransportChannel* old_tc = transport_channel_;
314 transport_channel_ = new_tc;
426 // We pass in the BaseChannel instead of the transport_channel_
427 // because if the transport_channel_ changes, the ConnectionMonitor
445 return transport_channel_->GetStats(infos);
477 channel = transport_channel_;
491 ASSERT(channel == transport_channel_ || channel == rtcp_transport_channel_)
    [all...]
channel.h 100 return transport_channel_;
179 // Sets the |transport_channel_| (and |rtcp_transport_channel_|, if |rtcp_| is
317 TransportChannel* transport_channel_; member in class:cricket::BaseChannel

Completed in 231 milliseconds