Home
last modified time | relevance | path

Searched refs:kMaxAbnormalLoggingPerUpdateInterval (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.h48 constexpr int kMaxAbnormalLoggingPerUpdateInterval = 20; variable
Dthermal_stats_helper.cpp575 if (abnormal_stats_reported_per_update_interval >= kMaxAbnormalLoggingPerUpdateInterval) { in reportThermalAbnormality()