Home
last modified time | relevance | path

Searched refs:transport_channel_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel.cc179 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()
[all …]
Dchannel.h100 return transport_channel_; in transport_channel()
317 TransportChannel* transport_channel_; variable