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

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

Completed in 94 milliseconds