Searched refs:cDevInfo (Results 1 – 1 of 1) sorted by relevance
381 ThermalManager.ZoneCoolerBindingInfo.CoolingDeviceInfo cDevInfo; in processEndElement() local382 cDevInfo = mZone.getLastCoolingDeviceInstance(); in processEndElement()383 if (cDevInfo != null) { in processEndElement()385 .get(cDevInfo.getCoolingDeviceId()); in processEndElement()387 int cds = cDevInfo.getCoolingDeviceStates(); in processEndElement()391 cDevInfo.setCoolingDeviceStates(cDev.getNumThrottleValues()); in processEndElement()392 Log.i(TAG, "capping cdevid: " + cDevInfo.getCoolingDeviceId() in processEndElement()395 if (cDevInfo.checkMaskList(cDev.getNumThrottleValues())) { in processEndElement()397 mZone.addCoolingDeviceToList(cDevInfo); in processEndElement()