Home
last modified time | relevance | path

Searched refs:AddInt (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatscollector.cc137 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()
Dstatstypes.h360 void AddInt(StatsValueName name, int value);
Dstatstypes.cc690 void StatsReport::AddInt(StatsReport::StatsValueName name, int value) { in AddInt() function in webrtc::StatsReport