Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp68 bool dec_check) { in getIntFromJsonValues() argument
71 if (inc_check && dec_check) { in getIntFromJsonValues()
87 if (dec_check && ret[i] > last) { in getIntFromJsonValues()
101 bool dec_check) { in getFloatFromJsonValues() argument
104 if (inc_check && dec_check) { in getFloatFromJsonValues()
120 if (dec_check && !std::isnan(last) && !std::isnan(ret[i]) && ret[i] > last) { in getFloatFromJsonValues()