Searched refs:thermal (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/libs/hwui/tests/scripts/
H A Dprep_fugu.sh8 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
[all...]
H A Dprep_ryu.sh3 adb shell stop thermal-engine
H A Dprep_volantis.sh20 adb shell stop thermal-engine
H A Dprep_marlfish.sh7 adb shell stop thermal-engine
H A Dprep_buller.sh9 adb shell stop thermal-engine
H A Dprep_taieye.sh7 adb shell stop thermal-engine
/frameworks/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.h4 #include <android/hardware/thermal/1.1/IThermalCallback.h>
5 #include <android/hardware/thermal/1.0/types.h>
13 namespace thermal { namespace in namespace:android::hardware
29 const android::hardware::thermal::V1_0::Temperature& temperature)
39 } // namespace thermal
H A DThermalCallback.cpp1 #define LOG_TAG "android.hardware.thermal.thermalcallback@1.1-impl"
8 #include <hardware/thermal.h>
12 namespace thermal { namespace in namespace:android::hardware
17 using ::android::hardware::thermal::V1_0::TemperatureType;
28 const android::hardware::thermal::V1_0::Temperature& temperature) {
67 } // namespace thermal
/frameworks/native/services/thermalservice/
H A Dthermalserviced.h24 using ::android::hardware::thermal::V1_0::Temperature;
25 using ::android::hardware::thermal::V1_1::implementation::ThermalCallback;
H A Dthermalserviced.cpp24 #include <android/hardware/thermal/1.1/IThermal.h>
30 using ::android::hardware::thermal::V1_1::IThermal;
31 using ::android::hardware::thermal::V1_0::Temperature;
32 using ::android::hardware::thermal::V1_1::IThermalCallback;
33 using ::android::hardware::thermal::V1_1::implementation::ThermalCallback;
79 ALOGW("Unable to get Thermal HAL V1.1, vendor thermal event notification not available");
/frameworks/base/cmds/statsd/src/external/
H A DResourceThermalManagerPuller.cpp20 #include <android/hardware/thermal/1.0/IThermal.h>
34 using android::hardware::thermal::V1_0::IThermal;
35 using android::hardware::thermal::V1_0::Temperature;
36 using android::hardware::thermal::V1_0::ThermalStatus;
37 using android::hardware::thermal::V1_0::ThermalStatusCode;
52 sp<android::hardware::thermal::V1_0::IThermal> gThermalHal = nullptr;
134 ALOGE("getThermalHalLocked() failed: thermal HAL service not available. Description: %s",
/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp25 #include <android/hardware/thermal/1.0/IThermal.h>
36 using hardware::thermal::V1_0::CoolingDevice;
37 using hardware::thermal::V1_0::CpuUsage;
38 using hardware::thermal::V1_0::IThermal;
39 using hardware::thermal::V1_0::Temperature;
40 using hardware::thermal::V1_0::ThermalStatus;
41 using hardware::thermal::V1_0::ThermalStatusCode;
/frameworks/native/services/thermalservice/aidl/android/os/
H A DTemperature.cpp22 #include <hardware/thermal.h>
/frameworks/base/core/java/android/os/
H A DHardwarePropertiesManager.java22 import android.hardware.thermal.V1_0.Constants;
67 // Any change to the types here or in the thermal hal should be made in the proto as well.
/frameworks/rs/perf-test-scripts/
H A Dset-gpu-freq5 SERVICES=(perfd thermal-engine thermald mpdecision)
H A Dset-cpu-freq5 SERVICES=(perfd thermal-engine mpdecision)
/frameworks/base/cmds/statsd/
H A DAndroid.mk101 android.hardware.thermal@1.0 \
/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto389 optional string thermal = 33;

Completed in 284 milliseconds