Home
last modified time | relevance | path

Searched refs:Temperature (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/os/
DTemperature.java26 public class Temperature implements Parcelable { class
32 public Temperature() { in Temperature() method in Temperature
37 public Temperature(float value, int type) { in Temperature() method in Temperature
65 private Temperature(Parcel p) { in Temperature() method in Temperature
84 public static final Parcelable.Creator<Temperature> CREATOR =
85 new Parcelable.Creator<Temperature>() {
87 public Temperature createFromParcel(Parcel p) {
88 return new Temperature(p);
92 public Temperature[] newArray(int size) {
93 return new Temperature[size];
DIThermalEventListener.aidl19 import android.os.Temperature;
31 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
DIThermalService.aidl20 import android.os.Temperature;
44 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
DTemperature.aidl19 parcelable Temperature;
/frameworks/native/services/thermalservice/aidl/android/os/
DTemperature.cpp29 Temperature::Temperature() : value_(NAN), type_(DEVICE_TEMPERATURE_UNKNOWN) {} in Temperature() function in android::os::Temperature
31 Temperature::Temperature(const float value, const int type) : in Temperature() function in android::os::Temperature
34 Temperature::~Temperature() {} in ~Temperature()
41 status_t Temperature::readFromParcel(const Parcel* p) { in readFromParcel()
47 status_t Temperature::writeToParcel(Parcel* p) const { in writeToParcel()
DTemperature.h9 class Temperature : public Parcelable {
12 Temperature();
13 Temperature(const float value, const int type);
14 ~Temperature() override;
DIThermalEventListener.aidl19 import android.os.Temperature;
31 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
DIThermalService.aidl20 import android.os.Temperature;
42 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
DTemperature.aidl5 parcelable Temperature cpp_header "android/os/Temperature.h";
/frameworks/native/services/thermalservice/
DThermalService.h36 const bool isThrottling, const Temperature& temperature);
42 Temperature mThrottleTemperature;
Dthermalserviced.h24 using ::android::hardware::thermal::V1_0::Temperature;
DAndroid.bp11 "aidl/android/os/Temperature.cpp",
Dthermalserviced.cpp31 using ::android::hardware::thermal::V1_0::Temperature;
DThermalService.cpp35 const bool isThrottling, const Temperature& temperature) { in notifyThrottling()
/frameworks/native/services/thermalservice/libthermalcallback/
DThermalCallback.cpp28 const android::hardware::thermal::V1_0::Temperature& temperature) { in notifyThrottling()
57 android::os::Temperature thermal_svc_temp(value, type); in notifyThrottling()
DThermalCallback.h29 const android::hardware::thermal::V1_0::Temperature& temperature)
/frameworks/base/cmds/statsd/src/external/
DResourceThermalManagerPuller.cpp35 using android::hardware::thermal::V1_0::Temperature;
111 [&](ThermalStatus status, const hidl_vec<Temperature>& temps) { in PullInternal()
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp39 using hardware::thermal::V1_0::Temperature;
160 hidl_vec<Temperature> list; in nativeGetDeviceTemperatures()
162 [&list](ThermalStatus status, hidl_vec<Temperature> temperatures) { in nativeGetDeviceTemperatures()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java38 import android.os.Temperature;
547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling()
/frameworks/base/cmds/statsd/src/
Datoms.proto152 Temperature temperature = 10021;
1967 message Temperature { message
1974 // Temperature in tenths of a degree C.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto820 // Temperature at which the high temperature warning notification should