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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 78 TransportChannel* rtcp_transport_channel);
86 TransportChannel* rtcp_transport_channel() const { function in class:cricket::BaseChannel
channel_unittest.cc 621 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
622 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
629 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL);
634 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
641 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
642 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
648 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
651 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL);
657 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
    [all...]
channel.cc 422 TransportChannel* rtcp_transport_channel) {
426 if (rtcp() && rtcp_transport_channel == NULL) {
448 set_rtcp_transport_channel(rtcp_transport_channel);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 95 TransportChannel* rtcp_transport_channel() const { function in class:cricket::BaseChannel

Completed in 570 milliseconds