Lines Matching refs:transport_channel_
179 transport_channel_(nullptr), in BaseChannel()
208 if (transport_channel_) { in ~BaseChannel()
209 DisconnectFromTransportChannel(transport_channel_); in ~BaseChannel()
301 TransportChannel* old_tc = transport_channel_; in set_transport_channel()
314 transport_channel_ = new_tc; in set_transport_channel()
445 return transport_channel_->GetStats(infos); in GetConnectionStats()
477 channel = transport_channel_; in SetOption()
491 ASSERT(channel == transport_channel_ || channel == rtcp_transport_channel_); in OnWritableState()
511 ASSERT(channel == transport_channel_ || channel == rtcp_transport_channel_); in OnReadyToSend()
580 transport_channel_ : rtcp_transport_channel_; in SendPacket()
808 if (transport_channel_ && transport_channel_->writable() && in UpdateWritableState_w()
826 transport_channel_->GetStats(&infos); in ChannelWritable_w()
867 return transport_channel_ && transport_channel_->IsDtlsActive(); in ShouldSetupDtlsSrtp()
876 rtcp_channel ? rtcp_transport_channel_ : transport_channel_; in SetupDtlsSrtp()
1021 *dtls = transport_channel_->IsDtlsActive(); in CheckSrtpConfig()
1127 if (transport_channel_->writable()) { in SetRtcpMux_w()