Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java652 if (existingState != targetState) throttleDevice(deviceId, targetState); in handleThermalEvent()
680 throttleDevice(deviceId, targetState); in handleThermalEvent()
739 private void throttleDevice(int coolingDevId, int throttleLevel) { in throttleDevice() method in ThermalCooling