Searched refs:lowerTripPoint (Results 1 – 1 of 1) sorted by relevance
612 int lowerTripPoint = ThermalUtils.getLowerThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds() local614 if (lowerTripPoint != ThermalManager.INVALID_TEMP in programThresholds()616 if (ThermalUtils.writeSysfs(s.getSensorLowTempPath(), lowerTripPoint) == -1) { in programThresholds()617 Log.i(TAG, "error while programming lower trip point:" + lowerTripPoint in programThresholds()