Searched refs:ABS_ZERO (Results 1 – 4 of 4) sorted by relevance
259 const int ABS_ZERO = -273000; in readSysfsTemp() local265 return (ABS_ZERO - ENOENT); in readSysfsTemp()273 return (ret + ABS_ZERO); in readSysfsTemp()
223 if (val <= ThermalManager.ABS_ZERO) { in readSensorTemp()225 Log.e(TAG, "readSensorTemp failed with error:" + (val - ThermalManager.ABS_ZERO)); in readSensorTemp()
157 if (ThermalManager.sTjMaxTemp <= ThermalManager.ABS_ZERO) { in getTjMax()
211 public static final int ABS_ZERO = -273000; field in ThermalManager