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

  /external/webrtc/talk/session/media/
channel_unittest.cc 525 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
526 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
533 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL);
538 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
545 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
546 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
552 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL);
555 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL);
561 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL);
    [all...]
channel.cc 230 !SetDtlsSrtpCryptoSuites(rtcp_transport_channel(), true)) {
275 if (!rtcp_transport_channel()) {
292 true, rtcp_transport_channel() && rtcp_transport_channel()->writable());
    [all...]
channel.h 102 TransportChannel* rtcp_transport_channel() const { function in class:cricket::BaseChannel
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc 259 return rtcp_transport_channel(voice_channel());
267 return rtcp_transport_channel(video_channel());
275 return rtcp_transport_channel(data_channel());
292 cricket::TransportChannel* rtcp_transport_channel(cricket::BaseChannel* ch) { function in class:WebRtcSessionForTest
296 return ch->rtcp_transport_channel();
    [all...]

Completed in 405 milliseconds