/frameworks/base/cmds/statsd/tests/e2e/ |
D | GaugeMetric_e2e_pull_test.cpp | 154 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/ |
D | ThermalCallback.cpp | 28 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()
|
D | ThermalCallback.h | 29 const android::hardware::thermal::V1_0::Temperature& temperature)
|
/frameworks/native/services/thermalservice/ |
D | ThermalService.cpp | 35 const bool isThrottling, const Temperature& temperature) { in notifyThrottling() argument 39 mThrottleTemperature = temperature; in notifyThrottling() 42 mListeners[i]->notifyThrottling(isThrottling, temperature); in notifyThrottling()
|
D | ThermalService.h | 36 const bool isThrottling, const Temperature& temperature);
|
/frameworks/native/services/thermalservice/aidl/android/os/ |
D | IThermalEventListener.aidl | 31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
|
D | IThermalService.aidl | 42 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
|
/frameworks/base/core/java/android/os/ |
D | IThermalEventListener.aidl | 31 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
|
D | IThermalService.aidl | 44 in boolean isThrottling, in Temperature temperature); in notifyThrottling() argument
|
/frameworks/base/services/core/jni/ |
D | com_android_server_HardwarePropertiesManagerService.cpp | 82 float finalizeTemperature(float temperature) { in finalizeTemperature() argument 83 return isnan(temperature) ? gUndefinedTemperature : temperature; in finalizeTemperature()
|
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 53 // Battery temperature in tenths of a degree Centigrade 54 optional int32 temperature = 12; field
|
/frameworks/native/include_sensor/android/ |
D | sensor.h | 366 float temperature; member
|
/frameworks/native/include/android/ |
D | sensor.h | 366 float temperature; member
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 8 2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 176 // Inform the user their phone recently shut down due to high temperature
|
D | metrics_constants.proto | 5995 // FIELD: Battery temperature at snapshot, in 1/10 deg C.
|
/frameworks/support/car/car-stubs/ |
D | android.car.jar | META-INF/
META-INF/MANIFEST.MF
android/car/Car.class
Car ... |
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 152 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/ |
D | global.proto | 820 // Temperature at which the high temperature warning notification should
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | case.txt | 2814 changes of temperature are most insidious." 4190 words, and she lay still while I took her pulse and temperature. Both
|
D | lstb.txt | 5212 temperature? At four yards, I could deceive you. If I failed to do
|
D | mems.txt | 6379 made notes of my patient's pulse and temperature, tested the rigidity
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 12405 …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/ |
D | current.txt | 15573 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature"; 32096 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";
|