OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrTemp
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
RawThermalZone.java
73
maxCurTemp = s.
getCurrTemp
();
81
curTemp = mThermalSensors.get(i).
getCurrTemp
();
ThermalSensor.java
214
public int
getCurrTemp
() {
234
* Otherwise, the
getCurrTemp
method should be used, which returns the
VirtualThermalZone.java
208
return getWeightedTemp(ts, ts.
getCurrTemp
());
ThermalZone.java
561
setZoneTemp(sensor.
getCurrTemp
());
Completed in 250 milliseconds