Searched defs:srtp_stat_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
H A Dsrtpfilter.h249 rtc::scoped_ptr<SrtpStat> srtp_stat_; member in class:cricket::SrtpSession
H A Dsrtpfilter_unittest.cc766 srtp_stat_.SignalSrtpError.connect(this, &SrtpStatTest::OnSrtpError);
767 srtp_stat_.set_signal_silent_time(200);
784 cricket::SrtpStat srtp_stat_; member in class:SrtpStatTest
795 srtp_stat_.AddProtectRtpResult(1, err_status_ok);
800 srtp_stat_.AddProtectRtpResult(1, err_status_auth_fail);
805 srtp_stat_.AddProtectRtpResult(1, err_status_fail);
811 srtp_stat_.AddProtectRtpResult(1, err_status_fail);
818 srtp_stat_.AddProtectRtpResult(1, err_status_fail);
826 srtp_stat_.AddUnprotectRtpResult(1, err_status_ok);
831 srtp_stat_
[all...]

Completed in 65 milliseconds