Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZone.java613 int upperTripPoint = ThermalUtils.getUpperThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds() local
615 && upperTripPoint != ThermalManager.INVALID_TEMP) { in programThresholds()
620 if (ThermalUtils.writeSysfs(s.getSensorHighTempPath(), upperTripPoint) == -1) { in programThresholds()
621 Log.i(TAG, "error while programming upper trip point:" + upperTripPoint in programThresholds()