Lines Matching refs:transport_channel_
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_);
511 ASSERT(channel == transport_channel_ || channel == rtcp_transport_channel_);
580 transport_channel_ : rtcp_transport_channel_;
808 if (transport_channel_ && transport_channel_->writable() &&
826 transport_channel_->GetStats(&infos);
867 return transport_channel_ && transport_channel_->IsDtlsActive();
876 rtcp_channel ? rtcp_transport_channel_ : transport_channel_;
1021 *dtls = transport_channel_->IsDtlsActive();
1127 if (transport_channel_->writable()) {