Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dchannel.cc180 rtcp_transport_channel_(nullptr), in BaseChannel()
213 if (rtcp_transport_channel_) { in ~BaseChannel()
214 DisconnectFromTransportChannel(rtcp_transport_channel_); in ~BaseChannel()
333 TransportChannel* old_tc = rtcp_transport_channel_; in set_rtcp_transport_channel()
346 rtcp_transport_channel_ = new_tc; in set_rtcp_transport_channel()
482 channel = rtcp_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()
512 SetReadyToSend(channel == rtcp_transport_channel_, true); in OnReadyToSend()
540 (rtcp_ready_to_send_ || !rtcp_transport_channel_)) { in SetReadyToSend()
[all …]
Dchannel.h103 return rtcp_transport_channel_; in rtcp_transport_channel()
319 TransportChannel* rtcp_transport_channel_; variable