Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java660 ArrayList<Integer> dethrottleMaskList = CdeviceInfo.getDeThrottleMaskList(); in handleThermalEvent() local
661 if (dethrottleMaskList == null) continue; in handleThermalEvent()
663 coolingDeviceState = (coolingDeviceState > dethrottleMaskList.size() - 1) in handleThermalEvent()
664 ? dethrottleMaskList.size() - 1 : coolingDeviceState; in handleThermalEvent()
665 currDethrottleMask = dethrottleMaskList.get(coolingDeviceState); in handleThermalEvent()