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

1 2 3 4 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/libupm/src/lm35/
CMakeLists.txt 2 set (libdescription "upm DFRobot LM35 temperature sensor")
lm35.h 32 * @brief DFRobot LM35 Linear Temperature Sensor
40 * @comname DFRobot LM35 Linear Temperature Sensor
47 * @brief API for the DFRobot LM35 Linear Temperature Sensor
50 * temperature of the ambient environment.
55 * Temperature Sensor
77 * Returns the temperature in degrees Celcius
79 * @return The Temperature in degrees Celcius
  /hardware/bsp/intel/peripheral/libupm/src/max31723/
CMakeLists.txt 2 set (libdescription "Very accurate temperature sensor")
  /hardware/bsp/intel/peripheral/libupm/src/mpl3115a2/
CMakeLists.txt 2 set (libdescription "libupm Pressure/Temperature Sensor")
  /hardware/bsp/intel/peripheral/libupm/src/otp538u/
CMakeLists.txt 2 set (libdescription "upm otp538u IR temperature sensor")
otp538u.h 32 * @brief OTP538U IR Temperature Sensor library
39 * @comname OTP538U IR Temperature Sensor
40 * @altname Grove IR Temperature Sensor
46 * @brief API for the OTP538U IR Temperature Sensor
48 * UPM module for the OTP538U IR temperature sensor
50 * This module was tested with the Grove IR non-contact temperature
54 * that measures the ambient temperature, and the other for the thermopile
55 * that measures the object temperature.
76 * @param pinA Analog pin to use for the ambient temperature
77 * @param pinO Analog pin to use for the object temperature
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/th02/
CMakeLists.txt 2 set (libdescription "Temperature and Humidity Sensor Pro")
th02.cxx 54 uint16_t temperature = 0; local
56 /* Start a new temperature conversion */
66 temperature = m_i2c.readReg(TH02_REG_DATA_H) << 8;
67 temperature |= m_i2c.readReg(TH02_REG_DATA_L);
68 temperature >>= 2;
70 return ((float(temperature) / 32.0) - 50.0);
  /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 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...]
  /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
  /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);
  /frameworks/base/core/java/android/os/
HardwarePropertiesManager.java 57 * Device temperature types. These must match the values in
60 /** Temperature of CPUs in Celsius. */
63 /** Temperature of GPUs in Celsius. */
66 /** Temperature of battery in Celsius. */
69 /** Temperature of device skin in Celsius. */
72 /** Get current temperature. */
75 /** Get throttling temperature threshold. */
78 /** Get shutdown temperature threshold. */
82 * Get throttling temperature threshold above which minimum clockrates for VR mode will not be
87 /** Undefined temperature constant. *
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/mlx90614/
mlx90614.cxx 96 float temperature = 0; local
98 /* Reading temperature from sensor.
102 temperature = buffer[0];
103 temperature = buffer[1] << 8;
105 temperature *= .02;
106 temperature -= 273.15;
109 return temperature;
mlx90614.h 56 * @brief MLX90614 Temperature Sensor library
58 * @ingroup generic i2c temperature
63 * @comname MLX90614 Temperature Sensor
64 * @type temperature
68 * @brief API for the MLX90614 Temperature Sensor
87 * Reads the object temperature in Fahrenheit
92 * Reads the ambient temperature in Fahrenheit
96 * Reads the object temperature in Celsius
101 * Reads the ambient temperature in Celsius
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
bmpx8x.js 32 var pressure, temperature, altitude, sealevel;
35 // temperature values every 0.1 seconds
39 var temperature = myBarometerObj.getTemperature();
46 BMPX8Xresults += ", temperature = " + temperature;
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 25 # Delay for stressing device with fan off to check temperature increase
28 # Margin for comparing servo based and ectool based CPU temperature
31 # Minimum increase of CPU temperature when stressing DUT
34 # Pseudo INT_MAX. Used as infinity when comparing temperature readings
129 # Get the number of temperature sensors
138 logging.info("Number of temperature sensor: %d", self._num_temp_sensor)
169 This function find CPU temperature sensor using ectool.
172 Integer ID of CPU temperature sensor.
185 raise error.TestFail('Cannot find CPU temperature sensor ID.')
190 Get temperature reading on a sensor through ectoo
    [all...]
  /device/htc/flounder/thermal/
thermal.c 50 * Reads device temperature.
52 * @param sensor_num Number of sensor file with temperature.
53 * @param type Device temperature type.
54 * @param name Device temperature name.
55 * @param mult Multiplier used to translate temperature to Celsius.
56 * @param throttling_threshold Throttling threshold for the temperature.
57 * @param shutdown_threshold Shutdown threshold for the temperature.
103 // CPU temperature.
105 // CPU_therm: temperature in millidegrees Celsius.
119 // GPU temperature
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
am2315.cxx 52 float temperature = 0.0; local
60 temperature = sensor->getTemperature();
64 ", temperature value = " <<
65 temperature << std::endl;
grovetemp.cxx 36 // Create the temperature sensor object using AIO pin 0
40 // Read the temperature ten times, printing both the Celsius and
41 // equivalent Fahrenheit temperature, waiting one second between readings
50 // Delete the temperature sensor object
htu21d.cxx 52 float temperature = 0.0; local
62 temperature = sensor->getTemperature(false);
66 ", temperature value = " <<
67 temperature <<
mpl3115a2.cxx 52 float temperature = 0.0; local
61 temperature = sensor->getTemperature(true);
72 ", temperature = " <<
73 temperature << std::endl;
th02.cxx 47 float temperature = 0.0; local
52 temperature = sensor->getTemperature ();
54 std::cout << "Temperature = " << temperature << ", Humidity = " << humidity << std::endl;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
HTU21DSample.java 40 float temperature = 0; local
49 temperature = sensor.getTemperature();
51 System.out.println("Humidity: " + humidity + ", Temperature: " + temperature
  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovetemp.py 27 # Create the temperature sensor object using AIO pin 0
31 # Read the temperature ten times, printing both the Celsius and
32 # equivalent Fahrenheit temperature, waiting one second between readings
40 # Delete the temperature sensor object

Completed in 1027 milliseconds

1 2 3 4 5 6 7 8 91011>>