HomeSort by relevance Sort by last modified time
    Searched refs:Temperature (Results 1 - 18 of 18) sorted by null

  /hardware/interfaces/thermal/1.0/
IThermal.hal 39 generates (ThermalStatus status, vec<Temperature> temperatures);
types.hal 19 /** Device temperature types */
34 struct Temperature {
36 * This temperature's type.
41 * Name of this temperature.
48 * Current temperature in Celsius. If not available set by HAL to NAN.
49 * Current temperature can be in any units if type=UNKNOWN.
54 * Throttling temperature constant for this temperature.
60 * Shutdown temperature constant for this temperature
    [all...]
Android.mk 77 # Build types.hal (Temperature)
79 GEN := $(intermediates)/android/hardware/thermal/V1_0/Temperature.java
89 android.hardware.thermal@1.0::types.Temperature
247 # Build types.hal (Temperature)
249 GEN := $(intermediates)/android/hardware/thermal/V1_0/Temperature.java
259 android.hardware.thermal@1.0::types.Temperature
  /external/dng_sdk/source/
dng_temperature.h 15 * Representation of color temperature and offset (tint) using black body
48 dng_temperature (real64 temperature,
51 : fTemperature (temperature)
67 void SetTemperature (real64 temperature)
69 fTemperature = temperature;
72 real64 Temperature () const
dng_color_spec.cpp 224 // Convert to temperature/offset space.
232 if (td.Temperature () <= fTemperature1)
235 else if (td.Temperature () >= fTemperature2)
241 real64 invT = 1.0 / td.Temperature ();
dng_camera_profile.cpp 1157 // If we only have the first table, just use it for any color temperature.
1166 // Else we need to interpolate based on color temperature.
1189 // Convert to temperature/offset space.
1197 if (td.Temperature () <= temperature1)
1200 else if (td.Temperature () >= temperature2)
1206 real64 invT = 1.0 / td.Temperature ();
  /hardware/interfaces/thermal/1.0/vts/functional/
VtsHalThermalV1_0TargetTest.cpp 35 using ::android::hardware::thermal::V1_0::Temperature;
62 void checkTemperatures(const hidl_vec<Temperature> temperatures) {
122 // Check validity of temperature returned by Thermal HAL.
123 void checkDeviceTemperature(const Temperature& temperature) {
125 EXPECT_TRUE(temperature.type == TemperatureType::UNKNOWN ||
126 std::abs(temperature.currentValue) < MAX_DEVICE_TEMPERATURE ||
127 isnan(temperature.currentValue));
130 EXPECT_LT(0u, temperature.name.size());
133 EXPECT_TRUE(temperature.currentValue < temperature.shutdownThreshold |
    [all...]
  /test/vts-testcase/hal/thermal/V1_0/target_stress/
thermal_hidl_stress_test.cpp 32 using ::android::hardware::thermal::V1_0::Temperature;
73 [&](ThermalStatus status, hidl_vec<Temperature> /* temperatures */) {
  /hardware/interfaces/thermal/1.0/default/
Thermal.h 34 using ::android::hardware::thermal::V1_0::Temperature;
Thermal.cpp 39 float finalizeTemperature(float temperature) {
40 return temperature == UNKNOWN_TEMPERATURE ? NAN : temperature;
51 hidl_vec<Temperature> temperatures;
84 ALOGE("Unknown temperature %s type", list[i].name);
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 37 using hardware::thermal::V1_0::Temperature;
45 // These values must be kept in sync with the temperature source constants in
65 float finalizeTemperature(float temperature) {
66 return isnan(temperature) ? gUndefinedTemperature : temperature;
116 hidl_vec<Temperature> list;
118 [&list](ThermalStatus status, hidl_vec<Temperature> temperatures) {
  /device/google/contexthub/util/nanotool/
contexthub.h 50 Temperature,
sensorevent.cpp 55 case SensorType::Temperature:
contexthub.cpp 53 { SensorType::Temperature, "temp" },
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 210 EFI_EXP_DATA Temperature;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 373 /// This structure provides the temperature at the time of error. It also provides the threshold value
374 /// indicating the minimum temperature that is considered an error.
388 EFI_EXP_BASE10_DATA Temperature;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 90 EFI_EXP_BASE10_DATA Temperature;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
batclass.h 86 ULONG Temperature;

Completed in 1451 milliseconds