Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalUtils.java141 public static int getLowerThresholdTemp(int index, Integer thresholds[]) { in getLowerThresholdTemp() method in ThermalUtils
DThermalZone.java527 int threshold = ThermalUtils.getLowerThresholdTemp(prevZoneState, mZoneTempThresholds); in updateZoneParams()
612 int lowerTripPoint = ThermalUtils.getLowerThresholdTemp(zoneState, getZoneTempThreshold()); in programThresholds()