HomeSort by relevance Sort by last modified time
    Searched full:thermal (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/autotest/client/deps/glbench/src/
utils.h 25 // For thermal monitoring of system.
  /external/autotest/client/site_tests/graphics_PerfControl/
control 26 consistent thermal state and performance results. This test exercises
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_temperature_monitor.py 15 _TEMPERATURE_FILE = '/sys/class/thermal/thermal_zone0/temp'
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalEvent.java 17 package com.intel.thermal;
ThermalZoneMonitor.java 17 package com.intel.thermal;
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'.
  /hardware/libhardware/include/hardware/
vr.h 66 * - Accurate thermal reporting - Accurate thermal temperatures and limits must be
67 * reported in the thermal.h HAL. Specifically, the current skin temperature
70 * temperature limit above which the device's thermal governor throttles the
  /hardware/libhardware/modules/thermal/
thermal.c 28 #include <hardware/thermal.h>
34 #define TEMPERATURE_DIR "/sys/class/thermal"
48 * /sys/class/thermal/thermal_zone[0-9]+/temp files.
174 .name = "Default Thermal HAL",
  /platform_testing/scripts/perf-setup/
angler-setup.sh 5 stop thermal-engine
  /device/lge/bullhead/thermal/
thermal.c 27 #include <hardware/thermal.h>
32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp"
51 // vendor/lge/bullhead/proprietary/thermal-engine/thermal-engine-8992.conf
278 .name = "Bullhead Thermal HAL",
  /device/moto/shamu/thermal/
thermal.c 27 #include <hardware/thermal.h>
32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp"
49 // vendor/moto/shamu/proprietary/thermal-engine/thermal-engine-shamu.conf
268 .name = "Shamu Thermal HAL",
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 33 #define THERMAL_ZONE_PATH "/sys/class/thermal/thermal_zone"
34 #define COOLING_DEV_PATH "/sys/class/thermal/cooling_device"
292 jclass clazz = env->FindClass("com/intel/thermal/ThermalUtils");
294 ALOGE("Can't find com/intel/thermal/ThermalUtils");
298 return jniRegisterNativeMethods(env, "com/intel/thermal/ThermalUtils",
  /device/lge/bullhead/self-extractors/
extract-lists.txt 60 system/bin/thermal-engine \
88 system/etc/thermal-engine-8992.conf \
  /frameworks/native/cmds/flatland/
README.txt 26 If running the benchmark with the clocks locked causes thermal issues, the -s
30 time between 10 and 50 ms should address most thermal problems.
  /device/huawei/angler/thermal/
thermal.c 27 #include <hardware/thermal.h>
32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp"
49 // device/huawei/angler/thermal-engine-angler.conf
274 .name = "Angler Thermal HAL",
  /external/autotest/client/site_tests/hardware_Thermal/
hardware_Thermal.py 32 cmd = 'mosys -k sensor print thermal %s' % self._name
  /external/autotest/client/site_tests/security_SandboxedServices/
baseline 26 thermal.sh,root,No,No,No,No,No
  /external/ceres-solver/data/nist/
Hahn1.dat 12 the thermal expansion of copper. The response
13 variable is the coefficient of thermal expansion, and
19 Copper Thermal Expansion Study.
25 Data: 1 Response (y = coefficient of thermal expansion)
  /packages/services/Car/car_product/sepolicy/
domain.te 35 dontaudit thermal-engine kernel:system module_request;
  /device/htc/flounder/thermal/
thermal.c 27 #include <hardware/thermal.h>
32 #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp"
242 .name = "Flounder Thermal HAL",
  /device/huawei/angler/
init.angler.power.sh 23 # disable thermal bcl hotplug to switch governor
35 # ensure at most one A57 is online when thermal hotplug is disabled
109 # re-enable thermal and BCL hotplug
  /device/lge/bullhead/
init.bullhead.power.sh 23 # take the A57s offline when thermal hotplug is disabled
27 # disable thermal bcl hotplug to switch governor
121 # re-enable thermal and BCL hotplug
  /device/huawei/angler/sepolicy/
file_contexts 44 /dev/socket/thermal-send-client u:object_r:thermald_socket:s0
45 /dev/socket/thermal-recv-client u:object_r:thermald_socket:s0
46 /dev/socket/thermal-recv-passive-client u:object_r:thermald_socket:s0
106 /sys/devices/virtual/thermal(/.*)? u:object_r:sysfs_thermal:s0
144 /vendor/bin/thermal-engine u:object_r:thermald_exec:s0
  /device/lge/bullhead/sepolicy/
file_contexts 28 /dev/socket/thermal-send-client u:object_r:thermal_socket:s0
29 /dev/socket/thermal-recv-client u:object_r:thermal_socket:s0
30 /dev/socket/thermal-recv-passive-client u:object_r:thermal_socket:s0
103 /system/bin/thermal-engine u:object_r:thermal-engine_exec:s0
129 /sys/class/thermal(/.*)? u:object_r:sysfs_thermal:s0
133 /sys/devices/virtual/thermal(/.*)? u:object_r:sysfs_thermal:s0
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 15 Servo based EC thermal engine test.
64 Retrieve thermal setting for a given type of sensor
118 """Retrieve thermal engine setting from EC"""
151 if self.check_ec_capability(['thermal']):
158 if self.check_ec_capability(['thermal']):
394 Checker of thermal engine automatic fan speed control.
419 if not self.check_ec_capability(['thermal']):

Completed in 1560 milliseconds

1 23 4 5 6 7 8