Searched refs:rtcp_transport_channel (Results 1 – 4 of 4) sorted by relevance
525 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMux()526 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMux()533 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL); in TestSetContentsRtcpMux()538 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMux()545 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMuxWithPrAnswer()546 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMuxWithPrAnswer()552 EXPECT_TRUE(channel1_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMuxWithPrAnswer()555 EXPECT_TRUE(channel1_->rtcp_transport_channel() == NULL); in TestSetContentsRtcpMuxWithPrAnswer()561 EXPECT_TRUE(channel2_->rtcp_transport_channel() != NULL); in TestSetContentsRtcpMuxWithPrAnswer()1746 TransportChannel* rtcp = channel1_->rtcp_transport_channel(); in TestOnReadyToSend()[all …]
230 !SetDtlsSrtpCryptoSuites(rtcp_transport_channel(), true)) { in Init()275 if (!rtcp_transport_channel()) { in SetTransport_w()292 true, rtcp_transport_channel() && rtcp_transport_channel()->writable()); in SetTransport_w()
102 TransportChannel* rtcp_transport_channel() const { in rtcp_transport_channel() function
259 return rtcp_transport_channel(voice_channel()); in voice_rtcp_transport_channel()267 return rtcp_transport_channel(video_channel()); in video_rtcp_transport_channel()275 return rtcp_transport_channel(data_channel()); in data_rtcp_transport_channel()292 cricket::TransportChannel* rtcp_transport_channel(cricket::BaseChannel* ch) { in rtcp_transport_channel() function in WebRtcSessionForTest296 return ch->rtcp_transport_channel(); in rtcp_transport_channel()