Searched refs:getIntFromJsonValues (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.cpp | 67 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues() function 626 if (!getIntFromJsonValues(values[j]["CdevCeiling"], &cdev_ceiling, false, false)) { in ParseBindedCdevInfo() 643 if (!getIntFromJsonValues(values[j]["CdevCeilingFrequency"], in ParseBindedCdevInfo() 704 if (!getIntFromJsonValues(values[j]["LimitInfo"], &limit_info, false, false)) { in ParseBindedCdevInfo() 723 if (!getIntFromJsonValues(values[j]["LimitInfoFrequency"], &limit_info_frequency, false, in ParseBindedCdevInfo() 773 if (!getIntFromJsonValues(sub_values, &cdev_floor_with_power_link, false, false)) { in ParseBindedCdevInfo()
|