Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZone.java612 int lowerTripPoint = ThermalUtils.getLowerThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds() local
614 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()