HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_TEMP (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
RawThermalZone.java 66 int curTemp = ThermalManager.INVALID_TEMP, maxCurTemp = ThermalManager.INVALID_TEMP;
89 if (maxCurTemp != ThermalManager.INVALID_TEMP) {
VirtualThermalZone.java 110 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...]
ThermalUtils.java 63 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;
ThermalSensor.java 86 mCurrTemp = ThermalManager.INVALID_TEMP;
226 val = ThermalManager.INVALID_TEMP;
239 if (val != ThermalManager.INVALID_TEMP) {
ThermalZone.java 192 mZoneTemp = ThermalManager.INVALID_TEMP;
614 if (lowerTripPoint != ThermalManager.INVALID_TEMP
615 && upperTripPoint != ThermalManager.INVALID_TEMP) {
ThermalManager.java 208 public static final int INVALID_TEMP = 0xDEADBEEF;

Completed in 226 milliseconds