Home
last modified time | relevance | path

Searched refs:thermal (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/libs/hwui/tests/scripts/
Dprep_fugu.sh8 thermal=$(adb shell "getprop persist.service.thermal")
9 echo "thermal status: $thermal"
10 if [ $thermal -eq 1 ]
16 thermal=$(adb shell "getprop persist.service.thermal")
17 if [ $thermal -eq 1 ]
Dprep_ryu.sh3 adb shell stop thermal-engine
Dprep_volantis.sh20 adb shell stop thermal-engine
Dprep_marlfish.sh7 adb shell stop thermal-engine
Dprep_taieye.sh7 adb shell stop thermal-engine
Dprep_buller.sh9 adb shell stop thermal-engine
/frameworks/native/services/thermalservice/
Dthermalserviced.cpp30 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;
Dthermalserviced.h24 using ::android::hardware::thermal::V1_0::Temperature;
25 using ::android::hardware::thermal::V1_1::implementation::ThermalCallback;
DAndroid.bp47 "android.hardware.thermal@1.1",
/frameworks/base/cmds/statsd/src/external/
DResourceThermalManagerPuller.cpp34 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;
/frameworks/native/services/thermalservice/libthermalcallback/
DThermalCallback.cpp12 namespace thermal { namespace
17 using ::android::hardware::thermal::V1_0::TemperatureType;
28 const android::hardware::thermal::V1_0::Temperature& temperature) { in notifyThrottling()
DThermalCallback.h13 namespace thermal {
29 const android::hardware::thermal::V1_0::Temperature& temperature)
DAndroid.bp12 "android.hardware.thermal@1.1",
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp36 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;
DAndroid.bp124 "android.hardware.thermal@1.0",
/frameworks/rs/perf-test-scripts/
Dset-gpu-freq5 SERVICES=(perfd thermal-engine thermald mpdecision)
Dset-cpu-freq5 SERVICES=(perfd thermal-engine mpdecision)
/frameworks/base/core/java/android/os/
DHardwarePropertiesManager.java22 import android.hardware.thermal.V1_0.Constants;
/frameworks/native/cmds/flatland/
DREADME.txt26 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.
/frameworks/base/core/proto/android/os/
Denums.proto59 // These constants are defined in hardware/interfaces/thermal/1.0/types.hal
61 // Any change to the types in the thermal hal should be made here as well.
Dsystem_properties.proto389 optional string thermal = 33; field
/frameworks/base/cmds/statsd/
DAndroid.mk101 android.hardware.thermal@1.0 \
/frameworks/base/
DAndroid.bp672 "android.hardware.thermal-V1.0-java-constants",