Searched refs:getIntFromJsonValues (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | config_parser.cpp | 72 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues() function 538 if (!getIntFromJsonValues(values[j]["CdevCeiling"], &cdev_ceiling, false, in ParseSensorInfo() 556 if (!getIntFromJsonValues(sub_values, &limit_info, false, false)) { in ParseSensorInfo() 592 if (!getIntFromJsonValues(sub_values, &cdev_floor_with_power_link, false, in ParseSensorInfo()
|