Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalManager.java521 public static void setCurBindMap(String profName) { in setCurBindMap() argument
523 sZoneCoolerBindMap = sProfileBindMap.get(profName); in setCurBindMap()
533 public static Hashtable<Integer, ZoneCoolerBindingInfo> getBindMap(String profName) { in getBindMap() argument
534 return sProfileBindMap.get(profName); in getBindMap()
537 private static void setCurProfileName(String profName) { in setCurProfileName() argument
538 sCurProfileName = profName; in setCurProfileName()
545 private static boolean isProfileExists(String profName) { in isProfileExists() argument
546 if (sProfileZoneMap.get(profName) == null || sProfileBindMap.get(profName) == null) { in isProfileExists()
552 private static void startNewProfile(String profName) { in startNewProfile() argument
553 sThermalZonesList = sProfileZoneMap.get(profName); in startNewProfile()
[all …]
DThermalEvent.java29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) { in ThermalEvent() argument
35 mProfName = profName; in ThermalEvent()