Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.cc473 srtp_stat_(new SrtpStat()), in SrtpSession()
815 SrtpStat::SrtpStat() in SrtpStat() function in cricket::SrtpStat
819 void SrtpStat::AddProtectRtpResult(uint32 ssrc, int result) { in AddProtectRtpResult()
836 void SrtpStat::AddUnprotectRtpResult(uint32 ssrc, int result) { in AddUnprotectRtpResult()
857 void SrtpStat::AddProtectRtcpResult(int result) { in AddProtectRtcpResult()
861 void SrtpStat::AddUnprotectRtcpResult(int result) { in AddUnprotectRtcpResult()
865 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) { in HandleSrtpResult()
886 SrtpStat::SrtpStat() in SrtpStat() function in cricket::SrtpStat
891 void SrtpStat::AddProtectRtpResult(uint32 ssrc, int result) { in AddProtectRtpResult()
895 void SrtpStat::AddUnprotectRtpResult(uint32 ssrc, int result) { in AddUnprotectRtpResult()
[all …]
Dsrtpfilter.h65 class SrtpStat; variable
244 rtc::scoped_ptr<SrtpStat> srtp_stat_;
251 class SrtpStat {
253 SrtpStat();
322 DISALLOW_COPY_AND_ASSIGN(SrtpStat);
Dsrtpfilter_unittest.cc752 cricket::SrtpStat srtp_stat_;