OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getZoneTempThreshold
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java
369
public int
getZoneTempThreshold
(int index) {
375
public Integer[]
getZoneTempThreshold
() {
612
int lowerTripPoint = ThermalUtils.getLowerThresholdTemp(zoneState,
getZoneTempThreshold
());
613
int upperTripPoint = ThermalUtils.getUpperThresholdTemp(zoneState,
getZoneTempThreshold
());
ThermalManager.java
577
zone.setZoneTemp(zone.
getZoneTempThreshold
(0));
Completed in 102 milliseconds