Searched refs:tDevice (Results 1 – 1 of 1) sorted by relevance
609 ThermalCoolingDevice tDevice; in handleThermalEvent() local640 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 …]