Searched refs:sZoneCriticalPendingMap (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalManager.java109 /* sZoneCriticalPendingMap stores info whether a zone is in critical state and platform
112 public static Hashtable<Integer, Integer> sZoneCriticalPendingMap = null; field in class:ThermalManager
113 /* this lock is to access sZoneCriticalPendingMap synchronously */
116 * sZoneCriticalPendingMap is updated, the count is either incremented or
694 sZoneCriticalPendingMap = new Hashtable<Integer, Integer>();
695 if (sZoneCriticalPendingMap == null) return;
706 sZoneCriticalPendingMap.put(zone, CRITICAL_FALSE);
714 * updateZoneCriticalPendingMap updates sZoneCriticalPendingMap synchronously.
721 if (sZoneCriticalPendingMap == null) return false;
722 Integer oldVal = sZoneCriticalPendingMap
[all...]

Completed in 68 milliseconds