OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABS_ZERO
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalSensor.java
223
if (val <= ThermalManager.
ABS_ZERO
) {
225
Log.e(TAG, "readSensorTemp failed with error:" + (val - ThermalManager.
ABS_ZERO
));
ThermalUtils.java
157
if (ThermalManager.sTjMaxTemp <= ThermalManager.
ABS_ZERO
) {
ThermalManager.java
211
public static final int
ABS_ZERO
= -273000;
/hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp
259
const int
ABS_ZERO
= -273000;
265
return (
ABS_ZERO
- ENOENT);
273
return (ret +
ABS_ZERO
);
Completed in 41 milliseconds