HomeSort by relevance Sort by last modified time
    Searched refs:temperature (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
sensor.h 121 float temperature; member in union:ASensorEvent::__anon61282
  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 283 * and temperature datum into the corresponding pointers.
292 * output pointer to store the initial average temperature as
332 int temperature; local
338 temperature = 0;
457 /* Read Temperature */
461 temperature += (short)CHARS_TO_SHORT(dataout);
534 /* 4th, temperature average */
535 temperature /= 3;
537 MPL_LOGI("Temperature : %+13.3f %13s %13s (deg. C)\n",
538 SHORT_TO_TEMP_C(temperature), "", "");
582 int temperature = 0; local
    [all...]
  /frameworks/native/include/android/
sensor.h 146 float temperature; member in union:ASensorEvent::__anon32194::__anon32195
  /external/qemu/android/
hw-sensors.c 103 } Temperature;
117 Temperature temperature; member in union:__anon26488::__anon26489
155 * temperature:<celsius>
328 snprintf(buffer, sizeof buffer, "temperature:%g",
329 sensor->u.temperature.celsius);
544 qemu_put_float(f, s->u.temperature.celsius);
595 s->u.temperature.celsius = qemu_get_float(f);
  /hardware/libhardware/include/hardware/
sensors.h 473 * The ambient (room) temperature in degree Celsius.
484 * Factory calibration and temperature compensation should still be applied to
496 * and temperature compensation applied, but not hard iron calibration.
550 * Factory calibration and temperature compensation should still be applied
844 /* temperature is in degrees centigrade (Celsius) */
845 float temperature; member in union:sensors_event_t::__anon32972::__anon32973
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 156 { WHITE_BALANCE_TEMPERATURE, "Get white balance temperature"},
1684 int temperature = 6500; local
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 184 0x04 Number of clocks when die temperature is higher than the software high temperature threshold (RevF)
185 0x08 Number of clocks when high temperature threshold was exceeded (RevF)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 83 int temperature; field in class:BatteryMeterView.BatteryTracker
104 temperature = intent.getIntExtra(BatteryManager.EXTRA_TEMPERATURE, 0);
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 227 /* open temperature fd for temp comp */
228 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
229 gyro_temperature_fd = open(mpu.temperature, O_RDONLY);
231 LOGE("HAL:could not open temperature node");
234 "HAL:temperature_fd opened: %s", mpu.temperature);
    [all...]
MPLSensor.h 288 char *temperature; member in struct:MPLSensor::sysfs_attrbs
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 216 case R.id.temperature:
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 116 * inv_read_temperature_raw() - Read temperature.
128 count = inv_sysfs_read((char*)names->temperature, sizeof(str), str);
198 * inv_read_temp_scale() - Read temperature scale.
218 * inv_read_temp_offset() - Read temperature offset.
259 * inv_read_q16() - Get temperature data as q16 fixed point.
  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 91 mTemperature.setText("" + tenthsToFixedString(intent.getIntExtra("temperature", 0))
163 mTemperature = (TextView)findViewById(R.id.temperature);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 438 char *temperature; member in struct:MPLSensor::sysfs_attrbs
MPLSensor.cpp 295 /* open temperature fd for temp comp */
296 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
297 gyro_temperature_fd = open(mpu.temperature, O_RDONLY);
299 LOGE("HAL:could not open temperature node");
302 "HAL:temperature_fd opened: %s", mpu.temperature);
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 77 SENSOR_(TEMPERATURE,"temperature") \
351 /* "temperature:<celsius>" */
352 if (sscanf(buff, "temperature:%g", params+0) == 1) {
354 data->sensors[ID_TEMPERATURE].temperature = params[0];
521 { .name = "Goldfish Temperature sensor",

Completed in 557 milliseconds

12