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 180 rtcp_transport_channel_(NULL),
313 if (rtcp_transport_channel_ != channel) {
314 if (rtcp_transport_channel_) {
316 content_name_, rtcp_transport_channel_->component());
318 rtcp_transport_channel_ = channel;
319 if (rtcp_transport_channel_) {
321 VERIFY(SetDtlsSrtpCiphers(rtcp_transport_channel_, true));
322 rtcp_transport_channel_->SignalWritableState.connect(
324 rtcp_transport_channel_->SignalReadPacket.connect(
326 rtcp_transport_channel_->SignalReadyToSend.connect
    [all...]
channel.h 96 return rtcp_transport_channel_;
372 TransportChannel* rtcp_transport_channel_; member in class:cricket::BaseChannel

Completed in 1267 milliseconds