Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp234 float offset_threshold = config_offset_thresholds[i].asFloat(); in ParseOffsetThresholds() local
236 if (std::isnan(offset_threshold) || std::isnan(offset_value)) { in ParseOffsetThresholds()
241 if ((i != 0) && (offset_threshold < (*offset_thresholds).back())) { in ParseOffsetThresholds()
246 (*offset_thresholds).emplace_back(offset_threshold); in ParseOffsetThresholds()