Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DVirtualThermalZone.java94 for (int i = 0; i < mZoneTempThresholdsRaw.length; i++) { in calibrateThresholds()
96 if (mZoneTempThresholdsRaw[i] == 0) continue; in calibrateThresholds()
98 mZoneTempThresholds[i] = ((mZoneTempThresholdsRaw[i] - c) * 1000) / m; in calibrateThresholds()
DThermalZone.java61 protected Integer mZoneTempThresholdsRaw[]; field in ThermalZone
358 mZoneTempThresholdsRaw = new Integer[thresholdList.size()]; in setZoneTempThreshold()
362 if (mZoneTempThresholdsRaw != null) { in setZoneTempThreshold()
363 mZoneTempThresholdsRaw = thresholdList.toArray(mZoneTempThresholdsRaw); in setZoneTempThreshold()