Searched refs:cdev (Results 1 – 1 of 1) sorted by relevance
703 private void defaultThrottleMethod(ThermalCoolingDevice cdev, int level) { in defaultThrottleMethod() argument707 if (cdev == null) return; in defaultThrottleMethod()709 if (level < cdev.getNumThrottleValues() - 1) { in defaultThrottleMethod()711 ArrayList<Integer> values = cdev.getThrottleValuesList(); in defaultThrottleMethod()718 throttlePath = cdev.getThrottlePath(); in defaultThrottleMethod()725 Log.w(TAG, "invalid throttle path for cooling device:" + cdev.getDeviceName()); in defaultThrottleMethod()