Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter.h261 struct FailureKey { struct
262 FailureKey() in FailureKey() argument
267 FailureKey(uint32 in_ssrc, SrtpFilter::Mode in_mode, in FailureKey() argument
273 bool operator <(const FailureKey& key) const {
300 void HandleSrtpResult(const FailureKey& key); argument
302 std::map<FailureKey, FailureStat> failures_;
Dsrtpfilter.cc732 FailureKey key; in AddProtectRtpResult()
749 FailureKey key; in AddUnprotectRtpResult()
777 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) { in HandleSrtpResult()
819 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) { in HandleSrtpResult()