Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalCooling.java739 private void throttleDevice(int coolingDevId, int throttleLevel) { in throttleDevice() argument
741 ThermalCoolingDevice dev = ThermalManager.sCDevMap.get(coolingDevId); in throttleDevice()
769 Log.i(TAG, "throttleDevice: Unable to retrieve cooling device " + coolingDevId); in throttleDevice()