HomeSort by relevance Sort by last modified time
    Searched refs:CoolingDeviceInfo (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 251 * CriticalShutdown flag and CoolingDeviceInfo arraylist.
263 private ArrayList<CoolingDeviceInfo> mCoolingDeviceInfoList = null;
271 private CoolingDeviceInfo lastCoolingDevInfoInstance = null;
294 for (CoolingDeviceInfo coolDev : mCoolingDeviceInfoList) {
316 for (CoolingDeviceInfo coolDev : mCoolingDeviceInfoList) {
325 for (CoolingDeviceInfo c : mCoolingDeviceInfoList) {
351 public class CoolingDeviceInfo {
364 public CoolingDeviceInfo() {
436 public ArrayList<CoolingDeviceInfo> getCoolingDeviceInfoList() {
441 lastCoolingDevInfoInstance = new CoolingDeviceInfo();
    [all...]
ThermalCooling.java 77 private static final String COOLINGDEVICEINFO = "CoolingDeviceInfo";
294 } else if (name.equalsIgnoreCase(COOLINGDEVICEINFO) && mZone != null) {
380 } else if (name.equalsIgnoreCase(COOLINGDEVICEINFO) && mZone != null) {
381 ThermalManager.ZoneCoolerBindingInfo.CoolingDeviceInfo cDevInfo;
618 for (ThermalManager.ZoneCoolerBindingInfo.CoolingDeviceInfo CdeviceInfo :
    [all...]

Completed in 43 milliseconds