Home
last modified time | relevance | path

Searched refs:zoneId (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCoolingDevice.java165 public void updateZoneState(int zoneId, int state) { in updateZoneState() argument
169 index = mZoneIdList.indexOf(zoneId); in updateZoneState()
174 mZoneIdList.add(zoneId); in updateZoneState()
DThermalCooling.java607 private void handleThermalEvent(int zoneId, int eventType, int thermalState, in handleThermalEvent() argument
646 tDevice.updateZoneState(zoneId, finalThrottleState); in handleThermalEvent()
673 tDevice.updateZoneState(zoneId, finalThrottleState); in handleThermalEvent()