Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp598 Json::Value sub_values; in ParseBindedCdevInfo() local
770 sub_values = values[j]["CdevFloorWithPowerLink"]; in ParseBindedCdevInfo()
771 if (sub_values.size()) { in ParseBindedCdevInfo()
773 if (!getIntFromJsonValues(sub_values, &cdev_floor_with_power_link, false, false)) { in ParseBindedCdevInfo()
779 sub_values = values[j]["PowerThreshold"]; in ParseBindedCdevInfo()
780 if (sub_values.size()) { in ParseBindedCdevInfo()
782 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseBindedCdevInfo()
972 Json::Value sub_values; in ParseSensorThrottlingInfo() local
1010 Json::Value sub_values; in ParseSensorThrottlingInfo() local