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

  /external/webrtc/talk/session/media/
srtpfilter_unittest.cc 517 EXPECT_TRUE(f1_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1,
520 EXPECT_TRUE(f2_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey2,
536 EXPECT_TRUE(f1_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1,
539 EXPECT_TRUE(f2_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey2,
552 EXPECT_FALSE(f1_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1,
562 EXPECT_TRUE(f1_.SetRtcpParams(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1,
    [all...]
srtpfilter.h 113 bool SetRtcpParams(int send_cs,
srtpfilter.cc 182 bool SrtpFilter::SetRtcpParams(int send_cs,
channel.cc     [all...]

Completed in 597 milliseconds