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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statstypes.h 89 static const char kStatsReportTypeSsrc[];
statscollector.cc 109 const char StatsReport::kStatsReportTypeSsrc[] = "ssrc";
360 if (it->second.type != StatsReport::kStatsReportTypeSsrc) {
396 StatsReport::kStatsReportTypeSsrc, ssrc_id));
414 StatsId(StatsReport::kStatsReportTypeSsrc, ssrc_id)];
415 report->id = StatsId(StatsReport::kStatsReportTypeSsrc, ssrc_id);
416 report->type = StatsReport::kStatsReportTypeSsrc;
statscollector_unittest.cc 128 webrtc::StatsReport::kStatsReportTypeSsrc, reports, name);
433 webrtc::StatsReport::kStatsReportTypeSsrc,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
mockpeerconnectionobservers.h 153 if (reports_[i].type != StatsReport::kStatsReportTypeSsrc)

Completed in 386 milliseconds