Searched refs:THERMAL_STATE_OFF (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalUtils.java123 if (thresholds == null) return THERMAL_STATE_OFF;
126 return THERMAL_STATE_OFF;
138 return THERMAL_STATE_OFF;
H A DThermalZone.java191 mCurrThermalState = ThermalManager.THERMAL_STATE_OFF;
522 if (newZoneState == ThermalManager.THERMAL_STATE_OFF) {
611 if (zoneState == ThermalManager.THERMAL_STATE_OFF) return;
H A DThermalSensor.java85 mSensorState = ThermalManager.THERMAL_STATE_OFF;
H A DThermalManager.java181 public static final int THERMAL_STATE_OFF = -1; field in class:ThermalManager
H A DThermalCooling.java513 if (thermState == ThermalManager.THERMAL_STATE_OFF) {

Completed in 64 milliseconds