Searched refs:ABS_ZERO (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalSensor.java223 if (val <= ThermalManager.ABS_ZERO) {
225 Log.e(TAG, "readSensorTemp failed with error:" + (val - ThermalManager.ABS_ZERO));
H A DThermalUtils.java157 if (ThermalManager.sTjMaxTemp <= ThermalManager.ABS_ZERO) {
H A DThermalManager.java211 public static final int ABS_ZERO = -273000; field in class:ThermalManager
/hardware/intel/common/utils/ituxd/jni/
H A DthermalJNI.cpp259 const int ABS_ZERO = -273000; local
265 return (ABS_ZERO - ENOENT);
273 return (ret + ABS_ZERO);

Completed in 779 milliseconds