Lines Matching refs:counts
166 const std::string kMitigationDurationFile, struct IrqDurationCounts *counts) { in getIrqDurationCountHelper() argument
183 num_stats += updateStat(&lines[UVLO1], &counts->uvlo1_none); in getIrqDurationCountHelper()
184 num_stats += updateStat(&lines[UVLO1_MMWAVE], &counts->uvlo1_mmwave); in getIrqDurationCountHelper()
185 num_stats += updateStat(&lines[UVLO1_RFFE], &counts->uvlo1_rffe); in getIrqDurationCountHelper()
186 num_stats += updateStat(&lines[UVLO2], &counts->uvlo2_none); in getIrqDurationCountHelper()
187 num_stats += updateStat(&lines[UVLO2_MMWAVE], &counts->uvlo2_mmwave); in getIrqDurationCountHelper()
188 num_stats += updateStat(&lines[UVLO2_RFFE], &counts->uvlo2_rffe); in getIrqDurationCountHelper()
189 num_stats += updateStat(&lines[BATOILO], &counts->batoilo_none); in getIrqDurationCountHelper()
190 num_stats += updateStat(&lines[BATOILO_MMWAVE], &counts->batoilo_mmwave); in getIrqDurationCountHelper()
191 num_stats += updateStat(&lines[BATOILO_RFFE], &counts->batoilo_rffe); in getIrqDurationCountHelper()
194 num_stats += updateStat(&lines[i], &counts->main[i - MAIN0]); in getIrqDurationCountHelper()
198 num_stats += updateStat(&lines[i], &counts->sub[i - SUB0]); in getIrqDurationCountHelper()