OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readSensorTemp
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalSensor.java
221
public int
readSensorTemp
() {
225
Log.e(TAG, "
readSensorTemp
failed with error:" + (val - ThermalManager.ABS_ZERO));
238
int val =
readSensorTemp
();
VirtualThermalZone.java
116
weightedTemp = getWeightedTemp(ts, ts.
readSensorTemp
());
124
weightedTemp = getWeightedTemp(ts, ts.
readSensorTemp
());
Completed in 155 milliseconds