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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 84 TransportChannel* rtcp_transport_channel);
95 TransportChannel* rtcp_transport_channel() const { function in class:cricket::BaseChannel
channel_unittest.cc 632 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
633 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
640 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL);
645 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
652 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
653 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
659 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
662 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL);
668 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
    [all...]
channel.cc 213 TransportChannel* rtcp_transport_channel) {
217 if (rtcp() && rtcp_transport_channel == NULL) {
238 set_rtcp_transport_channel(rtcp_transport_channel);
    [all...]

Completed in 43 milliseconds