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

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalEvent.java 17 package com.intel.thermal;
ituxdApp.java 17 package com.intel.thermal;
36 if ("1".equals(SystemProperties.get("persist.service.thermal", "0"))) {
37 Log.i(TAG, "Thermal Service enabled");
40 Log.i(TAG, "Thermal Service disabled");
ThermalZoneMonitor.java 17 package com.intel.thermal;
RawThermalZone.java 17 package com.intel.thermal;
44 // irrespective of what flag is set in XML, emul temp flag is false for raw thermal zone
ThermalSensorAttrib.java 17 package com.intel.thermal;
25 * The ThermalSensorAttrib class describes the attributes of a Thermal Sensor that are
ThermalSensor.java 17 package com.intel.thermal;
19 import com.intel.thermal.ThermalManager;
28 * The ThermalSensor class describes the attributes of a Thermal Sensor. This
45 private int mSensorState; /* Thermal state of the sensor */
113 * thermal/thermal_zoneX and the look up is based on 'mSensorName'.
ThermalUtils.java 17 package com.intel.thermal;
27 import static com.intel.thermal.ThermalManager.*;
166 if ("1".equals(SystemProperties.get("persist.thermal.debug.xml", "0"))) {
171 Log.i(TAG, "Reading thermal config files from /data/");
180 Log.i(TAG, "Reading thermal config files from /system/etc/");
184 getIdentifier("thermal_sensor_config", "xml", "com.intel.thermal");
186 getIdentifier("thermal_throttle_config", "xml", "com.intel.thermal");
188 Log.i(TAG, "Reading thermal config files from overlays");
ThermalCoolingDevice.java 17 package com.intel.thermal;
149 * Sets the current thermal state of cooling device which will be maximum of
161 * Adds zoneID and its thermal state to mListOfZoneIDs and
162 * mListOfTStatesOfZones array. If zoneId exists then its thermal state is
VirtualThermalZone.java 17 package com.intel.thermal;
ThermalZone.java 17 package com.intel.thermal;
28 * The ThermalZone class contains attributes of a Thermal zone. A Thermal zone
30 * thermal zone crosses the thresholds configured, actions are taken.
36 protected int mZoneID; /* ID of the Thermal zone */
37 protected int mCurrThermalState; /* Current thermal state of the zone */
38 protected int mCurrEventType; /* specifies thermal event type, HIGH or LOW */
39 protected String mZoneName; /* Name of the Thermal zone */
41 /* List of sensors under this thermal zone */
44 // during runtime thermal monitoring like re-programming sensor threshold
    [all...]
ThermalManager.java 17 package com.intel.thermal;
39 * Thermal Sensor/Zone and Cooling device parts.
50 private static final String ITUX_VERSION_PROPERTY = "ro.thermal.ituxversion";
71 public static String sUEventDevPath = "DEVPATH=/devices/virtual/thermal/thermal_zone";
73 * Thermal Zone State Changed Action: This is broadcast when the state of a
74 * thermal zone changes.
77 "com.intel.thermal.action.THERMAL_ZONE_STATE_CHANGED";
81 /* List of Thermal zones for current profile. Access protected by 'sProfileSwitchLock' */
123 /* Blocking queue to hold thermal events from thermal zones *
    [all...]
ThermalService.java 17 package com.intel.thermal;
57 * The ThermalService monitors the Thermal zones on the platform.
58 * The number of thermal zones and sensors associated with the zones are
59 * obtained from the thermal_sensor_config.xml file. When any thermal zone
60 * crosses the thresholds configured in the xml, a Thermal Intent is sent.
62 * The Thermal Cooling Manager acts upon this intent and throttles
296 // Default Thermal States
452 /* Class to notifying thermal events */
467 /* Method to consume thermal event */
479 /* Send the Thermal Intent *
    [all...]
ThermalCooling.java 17 package com.intel.thermal;
40 * receives Thermal Intents and takes appropriate actions based on the policies
415 Log.i(TAG, "Thermal Cooling manager init() called");
433 // Register for thermal zone state changed notifications
477 Log.i(TAG, "Received THERMAL INTENT:(ProfileName, ZoneName, State, EventType, Temp):"
594 Log.i(TAG, "Thermal Service initiating shutdown");
606 /* Method to handle the thermal event based on HIGH or LOW event */
697 * thermal state will be written.
700 * /sys/class/thermal/cooling_deviceX/type inorder to find the right index X
    [all...]
  /device/asus/fugu/
init.fugu.rc 154 # Set this property to enable Thermal service
155 setprop persist.service.thermal 1
156 # Properties for Thermal Service
157 setprop persist.thermal.turbo.dynamic 1
158 setprop ro.thermal.ituxversion 3.0
159 setprop persist.thermal.shutdown.msg 0
160 setprop persist.thermal.shutdown.vibra 0
161 setprop persist.thermal.shutdown.tone 0
166 chown system system /sys/devices/virtual/thermal/thermal_zone6/emul_temp
167 chown system system /sys/devices/virtual/thermal/thermal_zone7/emul_tem
    [all...]
  /device/lge/hammerhead/
device.mk 110 device/lge/hammerhead/thermal-engine-8974.conf:system/etc/thermal-engine-8974.conf
init.hammerhead.rc 454 service thermal-engine /system/bin/thermal-engine-hh
  /device/moto/shamu/
init.shamu.rc 512 start thermal-engine
541 service thermal-engine /system/bin/thermal-engine
  /device/moto/shamu/self-extractors/qcom/staging/
device-partial.mk 50 vendor/qcom/shamu/proprietary/thermal-engine:system/bin/thermal-engine:qcom \
63 vendor/qcom/shamu/proprietary/thermal-engine-shamu.conf:system/etc/thermal-engine-shamu.conf:qcom \
  /external/oprofile/events/i386/atom/
events 37 event:0x3B counters:0,1 um:thermal_trip minimum:6000 name:THERMAL_TRIP : Number of thermal trips
unit_masks 101 0xc0 thermal_trip Number of thermal trips.
  /device/lge/hammerhead/self-extractors/qcom/staging/
device-partial.mk 33 vendor/qcom/hammerhead/proprietary/thermal-engine-hh:system/bin/thermal-engine-hh:qcom \

Completed in 367 milliseconds