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

  /external/webrtc/talk/app/webrtc/
statstypes.h 83 kStatsReportTypeBwe,
statstypes.cc 45 // The id of StatsReport of type kStatsReportTypeBwe.
54 case StatsReport::kStatsReportTypeBwe:
84 : StatsReport::IdBase(StatsReport::kStatsReportTypeBwe) {}
statscollector.cc 273 RTC_DCHECK(report->type() == StatsReport::kStatsReportTypeBwe);
    [all...]
statscollector_unittest.cc 251 StatsReport::kStatsReportTypeBwe, reports, name);
    [all...]
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 141 } else if (r->type() == StatsReport::kStatsReportTypeBwe) {

Completed in 78 milliseconds