Searched refs:upperTripPoint (Results 1 – 1 of 1) sorted by relevance
613 int upperTripPoint = ThermalUtils.getUpperThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds() local615 && 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()