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

  /external/webrtc/talk/session/media/
srtpfilter.h 283 struct FailureKey {
284 FailureKey()
289 FailureKey(uint32_t in_ssrc,
293 bool operator <(const FailureKey& key) const {
319 void HandleSrtpResult(const FailureKey& key);
321 std::map<FailureKey, FailureStat> failures_;
srtpfilter.cc 861 FailureKey key;
878 FailureKey key;
906 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) {
948 void SrtpStat::HandleSrtpResult(const SrtpStat::FailureKey& key) {

Completed in 1999 milliseconds