/frameworks/base/core/java/android/os/ |
D | Temperature.java | 26 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];
|
D | IThermalEventListener.aidl | 19 import android.os.Temperature; 31 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
|
D | IThermalService.aidl | 20 import android.os.Temperature; 44 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
|
D | Temperature.aidl | 19 parcelable Temperature;
|
/frameworks/native/services/thermalservice/aidl/android/os/ |
D | Temperature.cpp | 29 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()
|
D | Temperature.h | 9 class Temperature : public Parcelable { 12 Temperature(); 13 Temperature(const float value, const int type); 14 ~Temperature() override;
|
D | IThermalEventListener.aidl | 19 import android.os.Temperature; 31 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
|
D | IThermalService.aidl | 20 import android.os.Temperature; 42 in boolean isThrottling, in Temperature temperature); in notifyThrottling()
|
D | Temperature.aidl | 5 parcelable Temperature cpp_header "android/os/Temperature.h";
|
/frameworks/native/services/thermalservice/ |
D | ThermalService.h | 36 const bool isThrottling, const Temperature& temperature); 42 Temperature mThrottleTemperature;
|
D | thermalserviced.h | 24 using ::android::hardware::thermal::V1_0::Temperature;
|
D | Android.bp | 11 "aidl/android/os/Temperature.cpp",
|
D | thermalserviced.cpp | 31 using ::android::hardware::thermal::V1_0::Temperature;
|
D | ThermalService.cpp | 35 const bool isThrottling, const Temperature& temperature) { in notifyThrottling()
|
/frameworks/native/services/thermalservice/libthermalcallback/ |
D | ThermalCallback.cpp | 28 const android::hardware::thermal::V1_0::Temperature& temperature) { in notifyThrottling() 57 android::os::Temperature thermal_svc_temp(value, type); in notifyThrottling()
|
D | ThermalCallback.h | 29 const android::hardware::thermal::V1_0::Temperature& temperature)
|
/frameworks/base/cmds/statsd/src/external/ |
D | ResourceThermalManagerPuller.cpp | 35 using android::hardware::thermal::V1_0::Temperature; 111 [&](ThermalStatus status, const hidl_vec<Temperature>& temps) { in PullInternal()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_HardwarePropertiesManagerService.cpp | 39 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/ |
D | PowerUI.java | 38 import android.os.Temperature; 547 @Override public void notifyThrottling(boolean isThrottling, Temperature temp) { in notifyThrottling()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 152 Temperature temperature = 10021; 1967 message Temperature { message 1974 // Temperature in tenths of a degree C.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 820 // Temperature at which the high temperature warning notification should
|