Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp100 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues() function
579 if (!getFloatFromJsonValues(predictor["KPCompensate"], &k_p_compensate, false, false)) { in ParsePredictorInfo()
609 if (!getFloatFromJsonValues(values[j]["CdevWeightForPID"], &cdev_weight_for_pid, in ParseBindedCdevInfo()
782 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseBindedCdevInfo()
861 !getFloatFromJsonValues(sensor["PIDInfo"]["K_Po"], &k_po, false, false)) { in ParseSensorThrottlingInfo()
868 !getFloatFromJsonValues(sensor["PIDInfo"]["K_Pu"], &k_pu, false, false)) { in ParseSensorThrottlingInfo()
875 !getFloatFromJsonValues(sensor["PIDInfo"]["K_I"], &k_i, false, false)) { in ParseSensorThrottlingInfo()
882 !getFloatFromJsonValues(sensor["PIDInfo"]["K_D"], &k_d, false, false)) { in ParseSensorThrottlingInfo()
889 !getFloatFromJsonValues(sensor["PIDInfo"]["I_Max"], &i_max, false, false)) { in ParseSensorThrottlingInfo()
896 !getFloatFromJsonValues(sensor["PIDInfo"]["MaxAllocPower"], &max_alloc_power, false, in ParseSensorThrottlingInfo()
[all …]