Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalSensor.java61 int indx = ThermalUtils.getThermalZoneIndex(mSensorName); in setSensorSysfsPath()
66 indx = ThermalUtils.getThermalZoneIndexContains("battery"); in setSensorSysfsPath()
125 return ThermalUtils.isFileExists(path); in isSensorSysfsValid()
222 int val = ThermalUtils.readSysfsTemp(mInputTempPath); in readSensorTemp()
DThermalZone.java517 newZoneState = ThermalUtils.calculateThermalState(mZoneTemp, mZoneTempThresholds); in updateZoneParams()
527 int threshold = ThermalUtils.getLowerThresholdTemp(prevZoneState, mZoneTempThresholds); in updateZoneParams()
612 int lowerTripPoint = ThermalUtils.getLowerThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds()
613 int upperTripPoint = ThermalUtils.getUpperThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds()
616 if (ThermalUtils.writeSysfs(s.getSensorLowTempPath(), lowerTripPoint) == -1) { in programThresholds()
620 if (ThermalUtils.writeSysfs(s.getSensorHighTempPath(), upperTripPoint) == -1) { in programThresholds()
DVirtualThermalZone.java55 int indx = ThermalUtils.getThermalZoneIndex(getZoneName()); in startEmulTempObserver()
160 int ret = ThermalUtils.writeSysfs(path, temp);
DThermalCooling.java406 int indx = ThermalUtils.getCoolingDeviceIndexContains("SoC"); in configureDynamicTurbo()
410 ThermalUtils.writeSysfs(path, ThermalManager.DISABLE_DYNAMIC_TURBO); in configureDynamicTurbo()
588 ThermalUtils.writeSysfs(THERMAL_SHUTDOWN_NOTIFY_PATH, 1); in doShutdown()
724 if (!ThermalUtils.isFileExists(throttlePath)) { in defaultThrottleMethod()
729 if (ThermalUtils.writeSysfs(throttlePath, finalValue) == -1) { in defaultThrottleMethod()
DThermalCoolingDevice.java120 int indx = ThermalUtils.getCoolingDeviceIndexContains(mDeviceName); in setThrottlePath()
DThermalUtils.java35 public class ThermalUtils { class
DThermalService.java532 ThermalUtils.initialiseConfigFiles(mContext); in onStartCommand()
542 ThermalUtils.getTjMax(); in onStartCommand()