Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dsrtpfilter.cc497 srtp_stat_(new SrtpStat()), in SrtpSession()
856 SrtpStat::SrtpStat() in SrtpStat() function in cricket::SrtpStat
860 void SrtpStat::AddProtectRtpResult(uint32_t ssrc, int result) { in AddProtectRtpResult()
877 void SrtpStat::AddUnprotectRtpResult(uint32_t ssrc, int result) { in AddUnprotectRtpResult()
898 void SrtpStat::AddProtectRtcpResult(int result) { in AddProtectRtcpResult()
902 void SrtpStat::AddUnprotectRtcpResult(int result) { in AddUnprotectRtcpResult()
906 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) { in HandleSrtpResult()
927 SrtpStat::SrtpStat() in SrtpStat() function in cricket::SrtpStat
932 void SrtpStat::AddProtectRtpResult(uint32_t ssrc, int result) { in AddProtectRtpResult()
936 void SrtpStat::AddUnprotectRtpResult(uint32_t ssrc, int result) { in AddUnprotectRtpResult()
[all …]
Dsrtpfilter.h59 class SrtpStat; variable
249 rtc::scoped_ptr<SrtpStat> srtp_stat_;
257 class SrtpStat {
259 SrtpStat();
325 RTC_DISALLOW_COPY_AND_ASSIGN(SrtpStat);
Dsrtpfilter_unittest.cc784 cricket::SrtpStat srtp_stat_;