OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getZoneId
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java
36
mThreadName = "ThermalZone" + zone.
getZoneId
();
ThermalManager.java
452
public int
getZoneID
() {
634
ZoneCoolerBindingInfo bindInfo = sZoneCoolerBindMap.get(zone.
getZoneId
());
636
Log.e(TAG, "CoolerBindingInfo for zoneid:" + zone.
getZoneId
() + "not mapped");
660
ZoneCoolerBindingInfo bindInfo = sZoneCoolerBindMap.get(zone.
getZoneId
());
ThermalZone.java
261
public int
getZoneId
() {
Completed in 691 milliseconds