Searched refs:getMaxThrottleStates (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java317 size = coolDev.getMaxThrottleStates() / coolDev.getCoolingDeviceStates();
367 public int getMaxThrottleStates() { method in class:ThermalManager.ZoneCoolerBindingInfo.CoolingDeviceInfo
H A DThermalCooling.java628 finalThrottleState = (finalThrottleState > (CdeviceInfo.getMaxThrottleStates() - 1))
629 ? CdeviceInfo.getMaxThrottleStates() - 1 : finalThrottleState;

Completed in 30 milliseconds