Home
last modified time | relevance | path

Searched refs:FailureKey (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dsrtpfilter.h283 struct FailureKey { struct
284 FailureKey() in FailureKey() function
289 FailureKey(uint32_t in_ssrc, in FailureKey() function
293 bool operator <(const FailureKey& key) const {
319 void HandleSrtpResult(const FailureKey& key); argument
321 std::map<FailureKey, FailureStat> failures_;
Dsrtpfilter.cc861 FailureKey key; in AddProtectRtpResult()
878 FailureKey key; in AddUnprotectRtpResult()
906 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) { in HandleSrtpResult()
948 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) { in HandleSrtpResult()