Searched refs:temperature (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIThermalEventListener.aidl28 * @param temperature the temperature at which the event was generated.
31 in boolean isThrottling, in Temperature temperature);
H A DIThermalService.aidl40 * @param temperature the temperature at which the event was generated.
44 in boolean isThrottling, in Temperature temperature);
/frameworks/native/services/thermalservice/aidl/android/os/
H A DIThermalEventListener.aidl28 * @param temperature the temperature at which the event was generated.
31 in boolean isThrottling, in Temperature temperature);
H A DIThermalService.aidl38 * @param temperature the temperature at which the event was generated.
42 in boolean isThrottling, in Temperature temperature);
/frameworks/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.cpp28 const android::hardware::thermal::V1_0::Temperature& temperature) {
35 switch(temperature.type) {
54 value = temperature.currentValue == UNKNOWN_TEMPERATURE ? NAN :
55 temperature.currentValue;
26 notifyThrottling( bool isThrottling, const android::hardware::thermal::V1_0::Temperature& temperature) argument
H A DThermalCallback.h29 const android::hardware::thermal::V1_0::Temperature& temperature)
/frameworks/base/cmds/statsd/tests/e2e/
H A DGaugeMetric_e2e_pull_test.cpp154 EXPECT_FALSE(data.bucket_info(0).atom(0).temperature().sensor_name().empty());
155 EXPECT_GT(data.bucket_info(0).atom(0).temperature().temperature_dc(), 0);
163 EXPECT_FALSE(data.bucket_info(1).atom(0).temperature().sensor_name().empty());
164 EXPECT_GT(data.bucket_info(1).atom(0).temperature().temperature_dc(), 0);
172 EXPECT_FALSE(data.bucket_info(2).atom(0).temperature().sensor_name().empty());
173 EXPECT_GT(data.bucket_info(2).atom(0).temperature().temperature_dc(), 0);
181 EXPECT_FALSE(data.bucket_info(3).atom(0).temperature().sensor_name().empty());
182 EXPECT_GT(data.bucket_info(3).atom(0).temperature().temperature_dc(), 0);
190 EXPECT_FALSE(data.bucket_info(4).atom(0).temperature().sensor_name().empty());
191 EXPECT_GT(data.bucket_info(4).atom(0).temperature()
[all...]
/frameworks/base/core/proto/android/service/
H A Dbattery.proto53 // Battery temperature in tenths of a degree Centigrade
54 optional int32 temperature = 12;
/frameworks/native/services/thermalservice/
H A DThermalService.cpp32 * @param temperature the temperature at which the event was generated
35 const bool isThrottling, const Temperature& temperature) {
39 mThrottleTemperature = temperature;
42 mListeners[i]->notifyThrottling(isThrottling, temperature);
34 notifyThrottling( const bool isThrottling, const Temperature& temperature) argument
H A DThermalService.h36 const bool isThrottling, const Temperature& temperature);
/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp47 // These values must be kept in sync with the temperature source constants in
82 float finalizeTemperature(float temperature) { argument
83 return isnan(temperature) ? gUndefinedTemperature : temperature;
/frameworks/native/include/android/
H A Dsensor.h159 * The ambient temperature sensor value is returned in Celcius.
366 float temperature; member in union:ASensorEvent::__anon1423::__anon1424
/frameworks/native/include_sensor/android/
H A Dsensor.h159 * The ambient temperature sensor value is returned in Celcius.
366 float temperature; member in union:ASensorEvent::__anon1533::__anon1534
/frameworks/support/car/car-stubs/
H A Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car.java package android ...
/frameworks/base/cmds/statsd/src/
H A Datoms.proto152 Temperature temperature = 10021;
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

Completed in 122 milliseconds