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

  /frameworks/native/include/input/
InputEventLabels.h 333 DEFINE_AXIS(PRESSURE),
  /device/generic/goldfish/sensors/
sensors_qemu.c 85 SENSOR_(PRESSURE, "pressure") \
355 /* "pressure:<hpa>" */
356 if (sscanf(buff, "pressure:%g", params+0) == 1) {
358 events[ID_PRESSURE].pressure = params[0];
562 * all sensors but light, pressure and humidity were
632 { .name = "Goldfish Pressure sensor",
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 3241 float pressure = float(rawPressure) \/ RAW_PRESSURE_MAX; local
4521 float pressure = float(rawPressure) \/ RAW_PRESSURE_MAX; local
4691 float pressure = float(rawPressure) * 0.01f; local
    [all...]

Completed in 192 milliseconds