Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h51 constexpr int kMaxStatsThresholdCount = kMaxStatsResidencyCount - 1; variable
Dthermal_info.cpp1650 if (threshold_values_count > kMaxStatsThresholdCount) { in ParseStatsInfo()
1652 << " greater than max " << kMaxStatsThresholdCount; in ParseStatsInfo()