Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp605 int max_throttle_step = std::numeric_limits<int>::max(); in ParseBindedCdevInfo() local
679 max_throttle_step = getIntFromValue(values[j]["MaxThrottleStep"]); in ParseBindedCdevInfo()
680 if (max_throttle_step < 0) { in ParseBindedCdevInfo()
681 LOG(ERROR) << cdev_name << " MaxThrottleStep: " << max_throttle_step; in ParseBindedCdevInfo()
685 LOG(INFO) << cdev_name << " MaxThrottleStep: " << max_throttle_step; in ParseBindedCdevInfo()
817 .max_throttle_step = max_throttle_step, in ParseBindedCdevInfo()
Dthermal_info.h178 int max_throttle_step; member
Dthermal_throttling.cpp539 if (binded_cdev_info_pair.second.max_throttle_step != in allocatePowerToCdev()
542 int target_throttle_step = binded_cdev_info_pair.second.max_throttle_step; in allocatePowerToCdev()