Searched refs:AddInt (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 137 report->AddInt(i.name, i.value); in SetAudioProcessingStats() 174 report->AddInt(i.name, i.value); in ExtractStats() 199 report->AddInt(i.name, i.value); in ExtractStats() 232 report->AddInt(i.name, i.value); in ExtractStats() 266 report->AddInt(i.name, i.value); in ExtractStats() 287 report->AddInt(i.name, i.value); in ExtractStats() 668 report->AddInt(StatsReport::kStatsValueNameCandidatePriority, in AddCandidateReport() 730 channel_report->AddInt(StatsReport::kStatsValueNameComponent, in ExtractSessionInfo() 853 report->AddInt(StatsReport::kStatsValueNameDataChannelId, dc->id()); in ExtractDataInfo() 905 report->AddInt(StatsReport::kStatsValueNameAudioInputLevel, signal_level); in UpdateReportFromAudioTrack()
|
D | statstypes.h | 360 void AddInt(StatsValueName name, int value);
|
D | statstypes.cc | 690 void StatsReport::AddInt(StatsReport::StatsValueName name, int value) { in AddInt() function in webrtc::StatsReport
|