Searched refs:INVALID_TEMP (Results 1 – 6 of 6) sorted by relevance
110 return ThermalManager.INVALID_TEMP; in calculateZoneTemp()117 return weightedTemp == ThermalManager.INVALID_TEMP in calculateZoneTemp()118 ? ThermalManager.INVALID_TEMP : weightedTemp + getOffset(); in calculateZoneTemp()125 if (weightedTemp == ThermalManager.INVALID_TEMP) { in calculateZoneTemp()126 return ThermalManager.INVALID_TEMP; in calculateZoneTemp()149 if (temp == ThermalManager.INVALID_TEMP) {169 int curZoneTemp = ThermalManager.INVALID_TEMP; in updateZoneTemp()187 if (weightedTemp != ThermalManager.INVALID_TEMP) { in updateZoneTemp()194 if (curZoneTemp != ThermalManager.INVALID_TEMP) { in updateZoneTemp()217 if (rawSensorTemp == ThermalManager.INVALID_TEMP || sa == null) { in getWeightedTemp()[all …]
66 int curTemp = ThermalManager.INVALID_TEMP, maxCurTemp = ThermalManager.INVALID_TEMP; in updateZoneTemp()89 if (maxCurTemp != ThermalManager.INVALID_TEMP) { in updateZoneTemp()
63 return INVALID_TEMP; in readSysfsTemp()142 if (thresholds == null) return INVALID_TEMP; in getLowerThresholdTemp()144 return INVALID_TEMP; in getLowerThresholdTemp()149 if (thresholds == null) return INVALID_TEMP; in getUpperThresholdTemp()151 return INVALID_TEMP; in getUpperThresholdTemp()
86 mCurrTemp = ThermalManager.INVALID_TEMP; in ThermalSensor()226 val = ThermalManager.INVALID_TEMP; in readSensorTemp()239 if (val != ThermalManager.INVALID_TEMP) { in updateSensorTemp()
192 mZoneTemp = ThermalManager.INVALID_TEMP; in ThermalZone()614 if (lowerTripPoint != ThermalManager.INVALID_TEMP in programThresholds()615 && upperTripPoint != ThermalManager.INVALID_TEMP) { in programThresholds()
208 public static final int INVALID_TEMP = 0xDEADBEEF; field in ThermalManager