Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.h49 constexpr int kMaxStatsReportingFailCount = 3; variable
Dthermal_stats_helper.cpp624 if (stats_record_before_failure.report_fail_count >= kMaxStatsReportingFailCount) { in restoreStatsRecordOnFailure()