Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp73 bool dec_check) { in getIntFromJsonValues() argument
76 if (inc_check && dec_check) { in getIntFromJsonValues()
92 if (dec_check && ret[i] > last) { in getIntFromJsonValues()
106 bool dec_check) { in getFloatFromJsonValues() argument
109 if (inc_check && dec_check) { in getFloatFromJsonValues()
125 if (dec_check && !std::isnan(last) && !std::isnan(ret[i]) && ret[i] > last) { in getFloatFromJsonValues()