Home
last modified time | relevance | path

Searched refs:existingState (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
645 existingState = tDevice.getThermalState(); in handleThermalEvent()
652 if (existingState != targetState) throttleDevice(deviceId, targetState); in handleThermalEvent()
672 existingState = tDevice.getThermalState(); in handleThermalEvent()
678 if ((existingState != targetState) && in handleThermalEvent()