Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/e2e/
DGaugeMetric_e2e_pull_test.cpp154 EXPECT_FALSE(data.bucket_info(0).atom(0).temperature().sensor_name().empty()); in TEST()
155 EXPECT_GT(data.bucket_info(0).atom(0).temperature().temperature_dc(), 0); in TEST()
163 EXPECT_FALSE(data.bucket_info(1).atom(0).temperature().sensor_name().empty()); in TEST()
164 EXPECT_GT(data.bucket_info(1).atom(0).temperature().temperature_dc(), 0); in TEST()
172 EXPECT_FALSE(data.bucket_info(2).atom(0).temperature().sensor_name().empty()); in TEST()
173 EXPECT_GT(data.bucket_info(2).atom(0).temperature().temperature_dc(), 0); in TEST()
181 EXPECT_FALSE(data.bucket_info(3).atom(0).temperature().sensor_name().empty()); in TEST()
182 EXPECT_GT(data.bucket_info(3).atom(0).temperature().temperature_dc(), 0); in TEST()
190 EXPECT_FALSE(data.bucket_info(4).atom(0).temperature().sensor_name().empty()); in TEST()
191 EXPECT_GT(data.bucket_info(4).atom(0).temperature().temperature_dc(), 0); in TEST()
[all …]
/frameworks/native/services/thermalservice/libthermalcallback/
DThermalCallback.cpp28 const android::hardware::thermal::V1_0::Temperature& temperature) { in notifyThrottling() argument
35 switch(temperature.type) { in notifyThrottling()
54 value = temperature.currentValue == UNKNOWN_TEMPERATURE ? NAN : in notifyThrottling()
55 temperature.currentValue; in notifyThrottling()
DThermalCallback.h29 const android::hardware::thermal::V1_0::Temperature& temperature)
/frameworks/native/services/thermalservice/
DThermalService.cpp35 const bool isThrottling, const Temperature& temperature) { in notifyThrottling() argument
39 mThrottleTemperature = temperature; in notifyThrottling()
42 mListeners[i]->notifyThrottling(isThrottling, temperature); in notifyThrottling()
DThermalService.h36 const bool isThrottling, const Temperature& temperature);
/frameworks/native/services/thermalservice/aidl/android/os/
DIThermalEventListener.aidl31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
DIThermalService.aidl42 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
/frameworks/base/core/java/android/os/
DIThermalEventListener.aidl31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
DIThermalService.aidl44 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp82 float finalizeTemperature(float temperature) { in finalizeTemperature() argument
83 return isnan(temperature) ? gUndefinedTemperature : temperature; in finalizeTemperature()
/frameworks/base/core/proto/android/service/
Dbattery.proto53 // Battery temperature in tenths of a degree Centigrade
54 optional int32 temperature = 12; field
/frameworks/native/include_sensor/android/
Dsensor.h366 float temperature; member
/frameworks/native/include/android/
Dsensor.h366 float temperature; member
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags8 2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
/frameworks/base/proto/src/
Dsystem_messages.proto176 // Inform the user their phone recently shut down due to high temperature
Dmetrics_constants.proto5995 // FIELD: Battery temperature at snapshot, in 1/10 deg C.
/frameworks/support/car/car-stubs/
Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car ...
/frameworks/base/cmds/statsd/src/
Datoms.proto152 Temperature temperature = 10021; field
1961 * Pulls the temperature of various parts of the device.
1968 // The type of temperature being reported. Eg. CPU, GPU, SKIN, BATTERY.
1971 // The name of the temperature source. Eg. CPU0
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto820 // Temperature at which the high temperature warning notification should
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dcase.txt2814 changes of temperature are most insidious."
4190 words, and she lay still while I took her pulse and temperature. Both
Dlstb.txt5212 temperature? At four yards, I could deceive you. If I failed to do
Dmems.txt6379 made notes of my patient's pulse and temperature, tested the rigidity
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12405 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature";
21384 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";
/frameworks/base/api/
Dcurrent.txt15573 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature";
32096 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";