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

1 2 3

  /hardware/interfaces/thermal/1.0/default/
service.cpp 17 #define LOG_TAG "android.hardware.thermal@1.0-service"
19 #include <android/hardware/thermal/1.0/IThermal.h>
22 using android::hardware::thermal::V1_0::IThermal;
Android.mk 21 LOCAL_MODULE := android.hardware.thermal@1.0-service
22 LOCAL_INIT_RC := android.hardware.thermal@1.0-service.rc
37 android.hardware.thermal@1.0 \
Thermal.h 19 #include <android/hardware/thermal/1.0/IThermal.h>
21 #include <hardware/thermal.h>
27 namespace thermal { namespace in namespace:android::hardware
31 using ::android::hardware::thermal::V1_0::CoolingDevice;
32 using ::android::hardware::thermal::V1_0::CpuUsage;
33 using ::android::hardware::thermal::V1_0::IThermal;
34 using ::android::hardware::thermal::V1_0::Temperature;
35 using ::android::hardware::thermal::V1_0::ThermalStatus;
42 struct Thermal : public IThermal {
43 Thermal(thermal_module_t* module)
    [all...]
  /device/google/marlin/thermal/
Android.mk 23 LOCAL_SRC_FILES := thermal.c
28 LOCAL_MODULE := thermal.$(TARGET_DEVICE)
  /device/google/marlin/thermal-engine/
Android.mk 5 LOCAL_MODULE:=thermal-engine
  /device/huawei/angler/thermal/
Android.mk 23 LOCAL_SRC_FILES := thermal.c
26 LOCAL_MODULE := thermal.angler
  /device/lge/bullhead/thermal/
Android.mk 23 LOCAL_SRC_FILES := thermal.c
26 LOCAL_MODULE := thermal.bullhead
  /frameworks/base/libs/hwui/tests/scripts/
prep_fugu.sh 8 thermal=$(adb shell "getprop persist.service.thermal")
9 echo "thermal status: $thermal"
10 if [ $thermal -eq 1 ]
12 echo "Trying to setprop persist.service.thermal 0 and reboot"
13 adb shell "setprop persist.service.thermal 0"
16 thermal=$(adb shell "getprop persist.service.thermal")
17 if [ $thermal -eq 1
    [all...]
prep_ryu.sh 3 adb shell stop thermal-engine
prep_volantis.sh 20 adb shell stop thermal-engine
prep_marlfish.sh 7 adb shell stop thermal-engine
  /test/vts-testcase/hal/thermal/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/thermal/V1_0/target
  /test/vts-testcase/hal/thermal/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/thermal/V1_0/target_profiling
  /hardware/libhardware/modules/
Android.mk 9 thermal \
  /test/vts-testcase/hal/thermal/V1_0/target_stress/
thermal_hidl_stress_test.cpp 20 #include <android/hardware/thermal/1.0/IThermal.h>
21 #include <android/hardware/thermal/1.0/types.h>
29 using ::android::hardware::thermal::V1_0::CoolingDevice;
30 using ::android::hardware::thermal::V1_0::CpuUsage;
31 using ::android::hardware::thermal::V1_0::IThermal;
32 using ::android::hardware::thermal::V1_0::Temperature;
33 using ::android::hardware::thermal::V1_0::ThermalStatus;
34 using ::android::hardware::thermal::V1_0::ThermalStatusCode;
69 /* Stress test for Thermal::getTemperatures(). */
84 /* Stress test for Thermal::getCpuUsages(). *
    [all...]
Android.mk 24 VTS_CONFIG_SRC_DIR := testcases/hal/thermal/V1_0/target_stress
  /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;
  /hardware/interfaces/thermal/1.0/
Android.mk 8 LOCAL_MODULE := android.hardware.thermal-V1.0-java
22 GEN := $(intermediates)/android/hardware/thermal/V1_0/CoolingDevice.java
32 android.hardware.thermal@1.0::types.CoolingDevice
41 GEN := $(intermediates)/android/hardware/thermal/V1_0/CoolingType.java
51 android.hardware.thermal@1.0::types.CoolingType
60 GEN := $(intermediates)/android/hardware/thermal/V1_0/CpuUsage.java
70 android.hardware.thermal@1.0::types.CpuUsage
79 GEN := $(intermediates)/android/hardware/thermal/V1_0/Temperature.java
89 android.hardware.thermal@1.0::types.Temperature
98 GEN := $(intermediates)/android/hardware/thermal/V1_0/TemperatureType.jav
    [all...]
IThermal.hal 17 package android.hardware.thermal@1.0;
types.hal 17 package android.hardware.thermal@1.0;
126 * Generic structure to return the status of any thermal operation.
  /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
  /hardware/libhardware/modules/thermal/
Android.mk 19 LOCAL_MODULE := thermal.default
22 LOCAL_SRC_FILES := thermal.c
  /hardware/interfaces/thermal/1.0/vts/functional/
VtsHalThermalV1_0TargetTest.cpp 25 #include <android/hardware/thermal/1.0/IThermal.h>
26 #include <android/hardware/thermal/1.0/types.h>
32 using ::android::hardware::thermal::V1_0::CoolingDevice;
33 using ::android::hardware::thermal::V1_0::CpuUsage;
34 using ::android::hardware::thermal::V1_0::IThermal;
35 using ::android::hardware::thermal::V1_0::Temperature;
36 using ::android::hardware::thermal::V1_0::TemperatureType;
37 using ::android::hardware::thermal::V1_0::ThermalStatus;
38 using ::android::hardware::thermal::V1_0::ThermalStatusCode;
48 // The main test class for THERMAL HIDL HAL
    [all...]

Completed in 6083 milliseconds

1 2 3