Searched refs:INVALID_TEMP (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DRawThermalZone.java66 int curTemp = ThermalManager.INVALID_TEMP, maxCurTemp = ThermalManager.INVALID_TEMP;
89 if (maxCurTemp != ThermalManager.INVALID_TEMP) {
H A DVirtualThermalZone.java110 return ThermalManager.INVALID_TEMP;
117 return weightedTemp == ThermalManager.INVALID_TEMP
118 ? ThermalManager.INVALID_TEMP : weightedTemp + getOffset();
125 if (weightedTemp == ThermalManager.INVALID_TEMP) {
126 return ThermalManager.INVALID_TEMP;
149 if (temp == ThermalManager.INVALID_TEMP) {
150 Log.i(TAG, "Obtained INVALID_TEMP[0xDEADBEEF]");
169 int curZoneTemp = ThermalManager.INVALID_TEMP;
187 if (weightedTemp != ThermalManager.INVALID_TEMP) {
194 if (curZoneTemp != ThermalManager.INVALID_TEMP) {
[all...]
H A DThermalUtils.java63 return INVALID_TEMP;
142 if (thresholds == null) return INVALID_TEMP;
144 return INVALID_TEMP;
149 if (thresholds == null) return INVALID_TEMP;
151 return INVALID_TEMP;
H A DThermalSensor.java86 mCurrTemp = ThermalManager.INVALID_TEMP;
226 val = ThermalManager.INVALID_TEMP;
239 if (val != ThermalManager.INVALID_TEMP) {
H A DThermalZone.java192 mZoneTemp = ThermalManager.INVALID_TEMP;
614 if (lowerTripPoint != ThermalManager.INVALID_TEMP
615 && upperTripPoint != ThermalManager.INVALID_TEMP) {
H A DThermalManager.java208 public static final int INVALID_TEMP = 0xDEADBEEF; field in class:ThermalManager

Completed in 34 milliseconds