Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCoolingDevice.java81 public void setDeviceId(int deviceId) { in setDeviceId() argument
82 mDeviceId = deviceId; in setDeviceId()
DThermalCooling.java610 int deviceId; in handleThermalEvent() local
638 deviceId = CdeviceInfo.getCoolingDeviceId(); in handleThermalEvent()
640 tDevice = ThermalManager.sCDevMap.get(deviceId); in handleThermalEvent()
652 if (existingState != targetState) throttleDevice(deviceId, targetState); in handleThermalEvent()
666 deviceId = CdeviceInfo.getCoolingDeviceId(); in handleThermalEvent()
668 tDevice = ThermalManager.sCDevMap.get(deviceId); in handleThermalEvent()
680 throttleDevice(deviceId, targetState); in handleThermalEvent()