Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DThermalManagerServiceMockingTest.java25 import android.hardware.thermal.IThermal;
102 android.hardware.thermal.Temperature halT1 = new android.hardware.thermal.Temperature(); in verifyWrapperStatusOnCallbackError()
124 android.hardware.thermal.Temperature halT1 = new android.hardware.thermal.Temperature(); in getCurrentTemperatures_aidl()
129 android.hardware.thermal.Temperature halT2 = new android.hardware.thermal.Temperature(); in getCurrentTemperatures_aidl()
152 android.hardware.thermal.Temperature halT1 = new android.hardware.thermal.Temperature(); in getCurrentTemperatures_withFilter_aidl()
157 android.hardware.thermal.Temperature halT2 = new android.hardware.thermal.Temperature(); in getCurrentTemperatures_withFilter_aidl()
259 android.hardware.thermal.CoolingDevice halC1 = new android.hardware.thermal.CoolingDevice(); in getCurrentCoolingDevices_aidl()
263 android.hardware.thermal.CoolingDevice halC2 = new android.hardware.thermal.CoolingDevice(); in getCurrentCoolingDevices_aidl()
308 android.hardware.thermal.CoolingDevice halC1 = new android.hardware.thermal.CoolingDevice(); in getCurrentCoolingDevices_withFilter_aidl()
312 android.hardware.thermal.CoolingDevice halC2 = new android.hardware.thermal.CoolingDevice(); in getCurrentCoolingDevices_withFilter_aidl()
[all …]
/aosp14/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 ]
16 thermal=$(adb shell "getprop persist.service.thermal")
17 if [ $thermal -eq 1 ]
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_taieye.sh7 adb shell stop thermal-engine
H A Dprep_buller.sh9 adb shell stop thermal-engine
H A Dprep_generic.sh362 stop thermal-engine || true
364 stop vendor.thermal-engine || true
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp32 using ::aidl::android::hardware::thermal::CoolingDevice;
33 using ::aidl::android::hardware::thermal::IThermal;
34 using ::aidl::android::hardware::thermal::Temperature;
35 using ::aidl::android::hardware::thermal::TemperatureThreshold;
36 using ::aidl::android::hardware::thermal::TemperatureType;
37 using ::aidl::android::hardware::thermal::ThrottlingSeverity;
41 using hardware::thermal::V1_0::ThermalStatus;
42 using hardware::thermal::V1_0::ThermalStatusCode;
168 hidl_vec<hardware::thermal::V1_0::CoolingDevice> list; in getFanSpeedsHidl()
262 hidl_vec<hardware::thermal::V1_0::Temperature> list; in getDeviceTemperaturesHidl()
[all …]
H A DAndroid.bp184 "android.hardware.thermal@1.0",
185 "android.hardware.thermal-V1-ndk",
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java22 import android.hardware.thermal.IThermal;
23 import android.hardware.thermal.IThermalChangedCallback;
24 import android.hardware.thermal.TemperatureThreshold;
25 import android.hardware.thermal.ThrottlingSeverity;
26 import android.hardware.thermal.V1_0.ThermalStatus;
27 import android.hardware.thermal.V1_0.ThermalStatusCode;
28 import android.hardware.thermal.V1_1.IThermalCallback;
759 final android.hardware.thermal.Temperature[] halRet = in getCurrentTemperatures()
765 for (android.hardware.thermal.Temperature t : halRet) { in getCurrentTemperatures()
913 private android.hardware.thermal.V1_0.IThermal mThermalHal10 = null;
[all …]
/aosp14/system/core/bootstat/
H A Dboot_reason_test.sh521 *thermal* ) var="shutdown,thermal" ;;
873 adb_sh setprop sys.powerctl shutdown,thermal,battery </dev/null
877 EXPECT_PROPERTY sys.boot.reason shutdown,thermal,battery
878 EXPECT_PROPERTY sys.boot.reason.last shutdown,thermal,battery
880 report_bootstat_logs shutdown,thermal,battery
1002 adb_sh setprop sys.powerctl shutdown,thermal </dev/null
1006 EXPECT_PROPERTY sys.boot.reason shutdown,thermal
1007 EXPECT_PROPERTY sys.boot.reason.last shutdown,thermal
1009 report_bootstat_logs shutdown,thermal
/aosp14/frameworks/base/core/java/android/os/
H A DTemperature.java22 import android.hardware.thermal.TemperatureType;
23 import android.hardware.thermal.ThrottlingSeverity;
H A DHardwarePropertiesManager.java22 import android.hardware.thermal.V1_0.Constants;
H A DCoolingDevice.java22 import android.hardware.thermal.CoolingType;
/aosp14/frameworks/base/
H A DAndroid.bp105 ":android.hardware.thermal-V1-java-source",
229 "android.hardware.thermal-V1.0-java-constants",
230 "android.hardware.thermal-V1.0-java",
231 "android.hardware.thermal-V1.1-java",
232 "android.hardware.thermal-V2.0-java",
647 "android.hardware.thermal-V1.0-java-constants",
648 "android.hardware.thermal-V2.0-java",
/aosp14/frameworks/base/native/android/
H A DAndroid.bp72 "thermal.cpp",
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DThermalManagerServiceTest.java36 import android.hardware.thermal.TemperatureThreshold;
37 import android.hardware.thermal.ThrottlingSeverity;
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto430 optional string thermal = 33; field
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes3159 android.hardware.thermal.V1_0.CoolingType
3160 android.hardware.thermal.V1_0.IThermal
3161 android.hardware.thermal.V1_0.ThermalStatus
3162 android.hardware.thermal.V2_0.CoolingDevice
3163 android.hardware.thermal.V2_0.IThermal$Proxy
3165 android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback
3167 android.hardware.thermal.V2_0.IThermal
3168 android.hardware.thermal.V2_0.IThermalChangedCallback$Stub
3169 android.hardware.thermal.V2_0.IThermalChangedCallback
3170 android.hardware.thermal.V2_0.Temperature
[all …]
H A Dboot-image-profile.txt25943 Landroid/hardware/thermal/V1_0/CoolingType;
25944 Landroid/hardware/thermal/V1_0/IThermal;
25945 Landroid/hardware/thermal/V1_0/ThermalStatus;
25946 Landroid/hardware/thermal/V2_0/CoolingDevice;
25947 Landroid/hardware/thermal/V2_0/IThermal$Proxy;
25949 Landroid/hardware/thermal/V2_0/IThermal$getCurrentTemperaturesCallback;
25951 Landroid/hardware/thermal/V2_0/IThermal;
25952 Landroid/hardware/thermal/V2_0/IThermalChangedCallback$Stub;
25953 Landroid/hardware/thermal/V2_0/IThermalChangedCallback;
25954 Landroid/hardware/thermal/V2_0/Temperature;
[all …]
/aosp14/frameworks/base/config/
H A Dpreloaded-classes3163 android.hardware.thermal.V1_0.CoolingType
3164 android.hardware.thermal.V1_0.IThermal
3165 android.hardware.thermal.V1_0.ThermalStatus
3166 android.hardware.thermal.V2_0.CoolingDevice
3167 android.hardware.thermal.V2_0.IThermal$Proxy
3169 android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback
3171 android.hardware.thermal.V2_0.IThermal
3172 android.hardware.thermal.V2_0.IThermalChangedCallback$Stub
3173 android.hardware.thermal.V2_0.IThermalChangedCallback
3174 android.hardware.thermal.V2_0.Temperature
[all …]
H A Dboot-image-profile.txt36050 Landroid/hardware/thermal/V1_0/CoolingType;
36051 Landroid/hardware/thermal/V1_0/IThermal;
36052 Landroid/hardware/thermal/V1_0/ThermalStatus;
36053 Landroid/hardware/thermal/V2_0/CoolingDevice;
36054 Landroid/hardware/thermal/V2_0/IThermal$Proxy;
36056 Landroid/hardware/thermal/V2_0/IThermal$getCurrentTemperaturesCallback;
36058 Landroid/hardware/thermal/V2_0/IThermal;
36059 Landroid/hardware/thermal/V2_0/IThermalChangedCallback$Stub;
36060 Landroid/hardware/thermal/V2_0/IThermalChangedCallback;
36061 Landroid/hardware/thermal/V2_0/Temperature;
[all …]
/aosp14/frameworks/base/services/
H A Dart-profile9152 …entTemperatures(ZI)Ljava/util/List;+]Landroid/hardware/thermal/IThermal;Landroid/hardware/thermal/…