Home
last modified time | relevance | path

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

/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/base/core/proto/android/service/
Dbattery.proto72 // Battery temperature in tenths of a degree Centigrade
73 int32 temperature = 12; field
/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/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/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp82 float finalizeTemperature(float temperature) { in finalizeTemperature() argument
83 return isnan(temperature) ? gUndefinedTemperature : temperature; in finalizeTemperature()
/frameworks/native/include_sensor/android/
Dsensor.h275 float temperature; member
/frameworks/native/include/android/
Dsensor.h275 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
/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.txt14879 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature";
30528 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";
Dtest-current.txt14973 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature";
30684 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";
Dsystem-current.txt15614 …ic static final deprecated java.lang.String STRING_TYPE_TEMPERATURE = "android.sensor.temperature";
33243 field public static final java.lang.String EXTRA_TEMPERATURE = "temperature";