Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java618 for (ThermalManager.ZoneCoolerBindingInfo.CoolingDeviceInfo CdeviceInfo : in handleThermalEvent()
623 coolingDeviceState = (coolingDeviceState > (CdeviceInfo.getCoolingDeviceStates() - 1)) in handleThermalEvent()
624 ? CdeviceInfo.getCoolingDeviceStates() - 1 : coolingDeviceState; in handleThermalEvent()
628 finalThrottleState = (finalThrottleState > (CdeviceInfo.getMaxThrottleStates() - 1)) in handleThermalEvent()
629 ? CdeviceInfo.getMaxThrottleStates() - 1 : finalThrottleState; in handleThermalEvent()
632 ArrayList<Integer> throttleMaskList = CdeviceInfo.getThrottleMaskList(); in handleThermalEvent()
638 deviceId = CdeviceInfo.getCoolingDeviceId(); in handleThermalEvent()
660 ArrayList<Integer> dethrottleMaskList = CdeviceInfo.getDeThrottleMaskList(); in handleThermalEvent()
666 deviceId = CdeviceInfo.getCoolingDeviceId(); in handleThermalEvent()
DThermalManager.java472 public void addCoolingDeviceToList(CoolingDeviceInfo CdeviceInfo) { in addCoolingDeviceToList() argument
473 mCoolingDeviceInfoList.add(CdeviceInfo); in addCoolingDeviceToList()