OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thermal
(Results
1 - 25
of
178
) sorted by null
1
2
3
4
5
6
7
8
/packages/services/Car/car_product/sepolicy/
thermal-engine.te
0
#
Thermal
-engine daemon
2
type
thermal
-engine, domain;
3
type
thermal
-engine_exec, exec_type, file_type;
5
init_daemon_domain(
thermal
-engine)
8
allow
thermal
-engine diag_device:chr_file rw_file_perms;
11
allow
thermal
-engine self:capability { net_admin fsetid };
13
allow
thermal
-engine self:netlink_kobject_uevent_socket create_socket_perms;
16
allow
thermal
-engine smem_log_device:chr_file rw_file_perms;
18
# Access to /dev/socket/
thermal
-.*
19
allow
thermal
-engine thermal_socket:sock_file rw_file_perms
[
all
...]
ueventd.te
4
# Write access to
thermal
related sysfs nodes.
/device/lge/bullhead/sepolicy/
thermal-engine.te
2
type
thermal
-engine, domain, domain_deprecated;
3
type
thermal
-engine_exec, exec_type, file_type;
6
init_daemon_domain(
thermal
-engine)
8
allow
thermal
-engine smem_log_device:chr_file rw_file_perms;
10
allow
thermal
-engine thermal_device:chr_file rw_file_perms;
12
allow
thermal
-engine self:capability { dac_read_search dac_override fsetid chown };
13
allow
thermal
-engine self:capability2 wake_alarm;
16
qmux_socket(
thermal
-engine)
18
# Create and access to /dev/socket/
thermal
-.*
19
type_transition
thermal
-engine socket_device:sock_file thermal_socket
[
all
...]
audioserver.te
1
unix_socket_connect(audioserver,
thermal
,
thermal
-engine)
device.te
13
#Define
thermal
-engine devices
25
#
Thermal
engine
mediaserver.te
1
unix_socket_connect(mediaserver,
thermal
,
thermal
-engine)
/device/asus/fugu/
ueventd.fugu.rc
13
/sys/devices/virtual/
thermal
/cooling_device* cur_state 0644 system system
14
/sys/devices/virtual/
thermal
/thermal_zone* trip_point_1_temp 0644 system system
15
/sys/devices/virtual/
thermal
/thermal_zone* trip_point_0_temp 0644 system system
16
/sys/devices/virtual/
thermal
/thermal_zone* emul_temp 0644 system system
/device/google/dragon/sepolicy/
thermal_gov.te
1
# permissions for /system/bin/tune-
thermal
-gov.sh
9
# write to files in /sys/class/
thermal
/thermal_zone
/hardware/libhardware/modules/
Android.mk
3
tv_input fingerprint input vehicle
thermal
vr
/device/moto/shamu/sepolicy/
device.te
17
#
Thermal
engine
/external/kernel-headers/original/uapi/linux/
thermal.h
11
/* Events supported by
Thermal
Netlink */
/hardware/intel/common/utils/ituxd/src/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");
/device/htc/flounder/thermal/
Android.mk
22
LOCAL_SRC_FILES :=
thermal
.c
25
LOCAL_MODULE :=
thermal
.flounder
/device/huawei/angler/thermal/
Android.mk
22
LOCAL_SRC_FILES :=
thermal
.c
25
LOCAL_MODULE :=
thermal
.angler
/device/lge/bullhead/thermal/
Android.mk
22
LOCAL_SRC_FILES :=
thermal
.c
25
LOCAL_MODULE :=
thermal
.bullhead
/device/moto/shamu/thermal/
Android.mk
22
LOCAL_SRC_FILES :=
thermal
.c
25
LOCAL_MODULE :=
thermal
.shamu
/hardware/libhardware/modules/thermal/
Android.mk
19
LOCAL_MODULE :=
thermal
.default
21
LOCAL_SRC_FILES :=
thermal
.c
/device/google/dragon/
tune-thermal-gov.sh
12
# find
thermal
zone
13
for tz in $(ls -d /sys/class/
thermal
/thermal_zone?)
25
echo "can't find
thermal
zone "$1
/external/autotest/server/site_tests/firmware_ECThermal/
control
9
PURPOSE = "Servo based EC
thermal
engine test"
10
CRITERIA = "This test will fail if EC
thermal
engine misbehalved."
20
This test check the functionality of EC
thermal
engine. Host temperature
/hardware/intel/common/utils/ituxd/res/xml/
thermal_throttle_config.xml
2
<!--
Thermal
Management Configuration File -->
12
<!--standard cooling devices register in /sys/class/
thermal
/cooling_deviceX/ Herein
13
referred as 'Path Enumerated at Runtime by Framework in Kernel
Thermal
' or PERFKT-->
/external/autotest/client/cros/
perf.py
11
# List of
thermal
throttling services that should be disabled.
13
# -
thermal
for daisy, snow, pit etc.
16
_THERMAL_SERVICES = ['temp_metrics', '
thermal
']
64
# First thing restart
thermal
management.
83
TODO(ihf): Search log files for
thermal
throttling messages like in
115
If exist on the platform/machine it stops the different
thermal
125
Restores the original
thermal
throttling state.
/external/skia/tools/
ThermalManager.cpp
21
* ThermalManager is completely dependent on sysfs to monitor
thermal
temperatures. In sysfs
22
*
thermal
management is controlled by a number of
thermal
zones. They are laid out as follows:
23
* /sys/class/
thermal
/thermal_zoneN where N is the number of the
thermal
zone starting at 0.
32
* triggered, thus naturally cooling the system and preventing
thermal
throttling.
38
static const char* kThermalZonePath = "/sys/class/
thermal
/";
/hardware/intel/common/utils/ituxd/
AndroidManifest.xml
17
package="com.intel.
thermal
"
27
<protected-broadcast android:name="com.intel.
thermal
.action.THERMAL_ZONE_STATE_CHANGED" />
28
<protected-broadcast android:name="com.intel.
thermal
.action.QUERY_THERMAL_PROFILE" />
/external/autotest/client/site_tests/power_Thermal/
control
7
PURPOSE = "Verify
thermal
feedback operation."
/external/autotest/server/cros/faft/config/
link.py
16
'keyboard', 'lid', 'x86', '
thermal
',
Completed in 1470 milliseconds
1
2
3
4
5
6
7
8