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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 647 StatsReport channel_report; local
651 channel_report.id = ostc.str();
652 channel_report.type = StatsReport::kStatsReportTypeComponent;
653 channel_report.timestamp = stats_gathering_started_;
654 channel_report.AddValue(StatsReport::kStatsValueNameComponent,
657 channel_report.AddValue(
661 channel_report.AddValue(
664 reports_[channel_report.id] = channel_report;
679 channel_report.id)
    [all...]
statscollector_unittest.cc 296 const webrtc::StatsReport* channel_report = FindNthReportByType( local
298 EXPECT_TRUE(channel_report != NULL);

Completed in 48 milliseconds