HomeSort by relevance Sort by last modified time
    Searched full:temperature (Results 1 - 25 of 553) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/services/thermalservice/aidl/android/os/
Temperature.aidl 3 /* Encodes a temperature used by ThermalService. */
5 parcelable Temperature cpp_header "android/os/Temperature.h";
Temperature.h 9 class Temperature : public Parcelable {
12 Temperature();
13 Temperature(const float value, const int type);
14 ~Temperature() override;
23 // The value of the temperature as a float, or NAN if unknown.
25 // The type of the temperature, an enum temperature_type from
Temperature.cpp 17 #include "android/os/Temperature.h"
29 Temperature::Temperature() : value_(NAN), type_(DEVICE_TEMPERATURE_UNKNOWN) {}
31 Temperature::Temperature(const float value, const int type) :
34 Temperature::~Temperature() {}
38 * frameworks/base/core/java/android/os/Temperature.java
41 status_t Temperature::readFromParcel(const Parcel* p) {
47 status_t Temperature::writeToParcel(Parcel* p) const
    [all...]
IThermalEventListener.aidl 19 import android.os.Temperature;
28 * @param temperature the temperature at which the event was generated.
31 in boolean isThrottling, in Temperature temperature);
IThermalService.aidl 20 import android.os.Temperature;
38 * @param temperature the temperature at which the event was generated.
42 in boolean isThrottling, in Temperature temperature);
  /frameworks/base/core/java/android/os/
Temperature.java 20 * Temperature values used by IThermalService.
26 public class Temperature implements Parcelable {
27 /* Temperature value */
29 /* A temperature type from HardwarePropertiesManager */
32 public Temperature() {
37 public Temperature(float value, int type) {
43 * Return the temperature value.
44 * @return a temperature value in floating point.
51 * Return the temperature type.
52 * @return a temperature type
    [all...]
IThermalEventListener.aidl 19 import android.os.Temperature;
28 * @param temperature the temperature at which the event was generated.
31 in boolean isThrottling, in Temperature temperature);
IThermalService.aidl 20 import android.os.Temperature;
40 * @param temperature the temperature at which the event was generated.
44 in boolean isThrottling, in Temperature temperature);
  /external/nos/host/generic/nugget/proto/nugget/app/protoapi/
gchips_types.proto 10 Temperature junction_temperature = 5;
13 message Temperature {
  /frameworks/native/services/thermalservice/libthermalcallback/
ThermalCallback.cpp 7 #include <android/os/Temperature.h>
28 const android::hardware::thermal::V1_0::Temperature& temperature) {
30 // Convert HIDL IThermal Temperature to binder IThermalService Temperature.
35 switch(temperature.type) {
54 value = temperature.currentValue == UNKNOWN_TEMPERATURE ? NAN :
55 temperature.currentValue;
57 android::os::Temperature thermal_svc_temp(value, type);
  /hardware/interfaces/thermal/1.0/
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...]
  /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
  /external/chromium-trace/catapult/devil/devil/android/perf/
thermal_throttle.py 13 'temperature')
114 temperature = self._detector.GetThrottlingTemperature(line)
115 if temperature is not None:
117 serial_number, temperature, degree_symbol)
120 # Print current temperature of CPU SoC.
121 temperature = self._detector.GetCurrentTemperature()
122 if temperature is not None:
123 logger.debug(u'Current SoC temperature of %s = %3.1f%sC',
124 serial_number, temperature, degree_symbol)
126 # Print temperature of battery, to give a system temperatur
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
thermal_throttle.py 11 'temperature')
111 temperature = self._detector.GetThrottlingTemperature(line)
112 if temperature is not None:
114 serial_number, temperature, degree_symbol)
117 # Print current temperature of CPU SoC.
118 temperature = self._detector.GetCurrentTemperature()
119 if temperature is not None:
120 logging.debug(u'Current SoC temperature of %s = %3.1f%sC',
121 serial_number, temperature, degree_symbol)
123 # Print temperature of battery, to give a system temperatur
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
BoilerPlugin.java 61 * Heats water up to temperature.
63 * @param temperature - desired temperature of the water in the boiler
65 public void boil(int temperature) {
67 * Turn on heater and wait while temperature reaches desired temperature
69 * If present, the LED light changes color according to the temperature.
74 * Keeps desired temperature.
76 * @param temperature - desired temperature of the water in the boile
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
BoilerPlugin.java 61 * Heats water up to temperature.
63 * @param temperature - desired temperature of the water in the boiler
65 public void boil(int temperature) {
67 * Turn on heater and wait while temperature reaches desired temperature
69 * If present, the LED light changes color according to the temperature.
74 * Keeps desired temperature.
76 * @param temperature - desired temperature of the water in the boile
    [all...]
  /hardware/interfaces/thermal/1.1/
IThermalCallback.hal 19 import android.hardware.thermal@1.0::Temperature;
29 * @param temperature The temperature associated with the throttling
32 oneway notifyThrottling(bool isThrottling, Temperature temperature);
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
relaxed_onehot_categorical_test.py 44 temperature = 1.0
46 dist = relaxed_onehot_categorical.ExpRelaxedOneHotCategorical(temperature,
54 temperature = .4
58 dist = relaxed_onehot_categorical.ExpRelaxedOneHotCategorical(temperature,
63 prod_term = p*np.exp(-temperature * x)
64 expected_pdf = (gamma(k) * np.power(temperature, k-1) *
73 temperature = 1.0
75 dist = relaxed_onehot_categorical.RelaxedOneHotCategorical(temperature,
83 temperature = 1.4
87 dist = relaxed_onehot_categorical.RelaxedOneHotCategorical(temperature,
    [all...]
relaxed_bernoulli_test.py 34 temperature = 1.0
36 dist = relaxed_bernoulli.RelaxedBernoulli(temperature, probs=p)
41 temperature = 2.0
43 dist = relaxed_bernoulli.RelaxedBernoulli(temperature, logits=logits)
51 dist = relaxed_bernoulli.RelaxedBernoulli(temperature, probs=p)
56 temperature = 1.0
61 dist = relaxed_bernoulli.RelaxedBernoulli(temperature,
70 dist = relaxed_bernoulli.RelaxedBernoulli(temperature,
78 dist = relaxed_bernoulli.RelaxedBernoulli(temperature,
85 temperature = 1.
    [all...]
  /external/autotest/client/site_tests/power_Thermal/
control 8 CRITERIA = "Fails if CPU is not slowed down on crossing temperature theshold."
14 DOC = """This is a test which changes the temperature theshold and expects
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
TemperatureThrottlingWaiter.java 26 /** An {@link ITargetPreparer} that waits until device's temperature gets down to target */
27 @OptionClass(alias = "temperature-throttle-waiter")
31 description = "Interval in seconds, to poll for device temperature; defaults to 30s")
35 + "to target temperature; defaults to 20 minutes")
39 + " above expected temperature; defaults to false")
43 + "temperature has reached to target; defaults to 120s")
46 public static final String DEVICE_TEMPERATURE_FILE_PATH_NAME = "device-temperature-file-path";
52 + "temperature. Example: /sys/class/hwmon/hwmon1/device/msm_therm"
56 @Option(name = "target-temperature", description = "Target Temperature that device should have;
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_data.h 43 * Includes corrections for over-temperature compensation.
48 * behavior with temperature (e.g., linear bias sensitivity
78 * 'offset' is the sensor bias estimate (with temperature compensation applied
89 * NOTE1: If over-temperature compensation is provided, then temperature
91 * of the sensor's temperature dependency model are provided, and may be used
94 * temp_sensitivity - Modeled temperature sensitivity (i.e., linear slope).
97 * The model equation for the over-temperature compensated offset:
110 // The temperature associated with the sensor offset.
113 // The temperature sensitivity of the offset
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_model.h 30 * Over-temperature data structures that contain a modeled sensor offset
31 * estimate, an associated temperature, and the age of the data point since it
36 // Sensor offset estimate, temperature, and age timestamp.
45 // Sensor offset estimate, temperature, and age timestamp.
  /external/autotest/client/bin/
temperature.py 6 description="Get the highest reported board temperature (all sensors) in "
14 help="Get the highest reported board temperature "
20 help="Get the critical temperature from all "
24 help="Show temperature type and value.")
  /external/autotest/client/deps/glbench/src/
utils.h 22 // Returns temperature of system before testing started. It is used as a
27 // Wait for machine to cool with temperature in Celsius and timeout in seconds.
28 // Returns the time spent waiting and sets the last observed temperature.
30 double *temperature);

Completed in 1282 milliseconds

1 2 3 4 5 6 7 8 91011>>