Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp58 int getIntFromValue(const Json::Value &value) { in getIntFromValue() function
82 ret[i] = getIntFromValue(values[i]); in getIntFromJsonValues()
165 int min_stuck_duration_int = getIntFromValue(values["MinStuckDuration"]); in getTempStuckInfoFromJsonValue()
175 int min_polling_count = getIntFromValue(values["MinPollingCount"]); in getTempStuckInfoFromJsonValue()
669 max_release_step = getIntFromValue(values[j]["MaxReleaseStep"]); in ParseBindedCdevInfo()
679 max_throttle_step = getIntFromValue(values[j]["MaxThrottleStep"]); in ParseBindedCdevInfo()
1296 const auto value = getIntFromValue(sensors[i]["PollingDelay"]); in ParseSensorInfo()
1304 const auto value = getIntFromValue(sensors[i]["PassiveDelay"]); in ParseSensorInfo()
1315 std::chrono::milliseconds(getIntFromValue(sensors[i]["TimeResolution"])); in ParseSensorInfo()
1571 std::chrono::milliseconds(getIntFromValue(power_rails[i]["PowerSampleDelay"])); in ParsePowerRailInfo()
[all …]