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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalEvent.java29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) { argument
35 mProfName = profName;
H A DThermalManager.java521 public static void setCurBindMap(String profName) { argument
523 sZoneCoolerBindMap = sProfileBindMap.get(profName);
533 public static Hashtable<Integer, ZoneCoolerBindingInfo> getBindMap(String profName) { argument
534 return sProfileBindMap.get(profName);
537 private static void setCurProfileName(String profName) { argument
538 sCurProfileName = profName;
545 private static boolean isProfileExists(String profName) { argument
546 if (sProfileZoneMap.get(profName) == null || sProfileBindMap.get(profName) == null) {
552 private static void startNewProfile(String profName) { argument
[all...]
H A DThermalCooling.java447 String profName = intent.getStringExtra(ThermalManager.EXTRA_PROFILE);
448 if (profName != null) {
449 ThermalManager.changeThermalProfile(profName);
465 String profName = intent.getStringExtra(ThermalManager.EXTRA_PROFILE);
473 if (profName == null) {
474 profName = ThermalManager.DEFAULT_PROFILE_NAME;
478 + "(" + profName + ", " + zoneName + ", " + thermState + ", "
482 ThermalManager.getBindMap(profName);

Completed in 159 milliseconds