HomeSort by relevance Sort by last modified time
    Searched refs:FailureKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 277 struct FailureKey {
278 FailureKey()
283 FailureKey(uint32 in_ssrc, SrtpFilter::Mode in_mode,
289 bool operator <(const FailureKey& key) const {
316 void HandleSrtpResult(const FailureKey& key);
318 std::map<FailureKey, FailureStat> failures_;
srtpfilter.cc 820 FailureKey key;
837 FailureKey key;
865 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) {
907 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) {

Completed in 1253 milliseconds