Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java705 String throttlePath = null; in defaultThrottleMethod() local
718 throttlePath = cdev.getThrottlePath(); in defaultThrottleMethod()
719 if (throttlePath == null) { in defaultThrottleMethod()
724 if (!ThermalUtils.isFileExists(throttlePath)) { in defaultThrottleMethod()
729 if (ThermalUtils.writeSysfs(throttlePath, finalValue) == -1) { in defaultThrottleMethod()