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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 165 rtcp_transport_channel_(NULL),
298 if (rtcp_transport_channel_ != channel) {
299 if (rtcp_transport_channel_) {
301 content_name_, rtcp_transport_channel_->component());
303 rtcp_transport_channel_ = channel;
304 if (rtcp_transport_channel_) {
306 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
307 rtcp_transport_channel_->SignalWritableState.connect(
309 rtcp_transport_channel_->SignalReadPacket.connect(
311 rtcp_transport_channel_->SignalReadyToSend.connect
    [all...]
channel.h 95 return rtcp_transport_channel_;
378 TransportChannel* rtcp_transport_channel_; member in class:cricket::BaseChannel

Completed in 796 milliseconds