Searched refs:srtp_active (Results 1 – 3 of 3) sorted by relevance
515 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 …]
106 bool srtp_active() const { in srtp_active() function
420 if (!srtp_active()) { in SendPacket()460 if (!srtp_active() && srtp_required_) { in OnRtpPacket()