Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java609 ThermalCoolingDevice tDevice; in handleThermalEvent() local
640 tDevice = ThermalManager.sCDevMap.get(deviceId); in handleThermalEvent()
641 if (tDevice == null) in handleThermalEvent()
645 existingState = tDevice.getThermalState(); in handleThermalEvent()
646 tDevice.updateZoneState(zoneId, finalThrottleState); in handleThermalEvent()
647 targetState = tDevice.getThermalState(); in handleThermalEvent()
668 tDevice = ThermalManager.sCDevMap.get(deviceId); in handleThermalEvent()
669 if (tDevice == null) in handleThermalEvent()
672 existingState = tDevice.getThermalState(); in handleThermalEvent()
673 tDevice.updateZoneState(zoneId, finalThrottleState); in handleThermalEvent()
[all …]