Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java611 int existingState, targetState; in handleThermalEvent() local
647 targetState = tDevice.getThermalState(); in handleThermalEvent()
652 if (existingState != targetState) throttleDevice(deviceId, targetState); in handleThermalEvent()
674 targetState = tDevice.getThermalState(); in handleThermalEvent()
678 if ((existingState != targetState) && in handleThermalEvent()
680 throttleDevice(deviceId, targetState); in handleThermalEvent()