Home
last modified time | relevance | path

Searched refs:srtp_active (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/pc/
Dchannel_unittest.cc515 EXPECT_FALSE(channel1_->srtp_active()); in TestInit()
880 EXPECT_FALSE(channel1_->srtp_active()); in TestCallSetup()
887 EXPECT_FALSE(channel1_->srtp_active()); in TestCallSetup()
948 EXPECT_FALSE(channel1_->srtp_active()); in SendDtlsSrtpToDtlsSrtp()
949 EXPECT_FALSE(channel2_->srtp_active()); in SendDtlsSrtpToDtlsSrtp()
955 EXPECT_TRUE(channel1_->srtp_active()); in SendDtlsSrtpToDtlsSrtp()
956 EXPECT_TRUE(channel2_->srtp_active()); in SendDtlsSrtpToDtlsSrtp()
974 EXPECT_TRUE(channel1_->srtp_active()); in SendEarlyMediaUsingRtcpMuxSrtp()
975 EXPECT_TRUE(channel2_->srtp_active()); in SendEarlyMediaUsingRtcpMuxSrtp()
990 EXPECT_TRUE(channel1_->srtp_active()); in SendEarlyMediaUsingRtcpMuxSrtp()
[all …]
Dchannel.h106 bool srtp_active() const { in srtp_active() function
Dchannel.cc420 if (!srtp_active()) { in SendPacket()
460 if (!srtp_active() && srtp_required_) { in OnRtpPacket()