Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp72 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues() argument
76 if (inc_check && dec_check) { in getIntFromJsonValues()
88 if (inc_check && ret[i] < last) { in getIntFromJsonValues()
105 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues() argument
109 if (inc_check && dec_check) { in getFloatFromJsonValues()
121 if (inc_check && !std::isnan(last) && !std::isnan(ret[i]) && ret[i] < last) { in getFloatFromJsonValues()