Home
last modified time | relevance | path

Searched refs:pressure (Results 1 – 14 of 14) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DPressureSensor.IIO.secondary.cpp159 const char *pressure = "BMP280"; in fillList() local
161 if (pressure) { in fillList()
162 if(!strcmp(pressure, "BMP280")) { in fillList()
173 pressure); in fillList()
DMPLSensor.cpp2702 s->pressure = mCachedPressureData / 100.f; //hpa (millibar) in psHandler()
/hardware/invensense/6515/libsensors_iio/
DPressureSensor.IIO.secondary.cpp158 const char *pressure = "BMP280"; in fillList() local
160 if (pressure) { in fillList()
161 if(!strcmp(pressure, "BMP280")) { in fillList()
172 pressure); in fillList()
DMPLSensor.cpp2956 s->pressure = mCachedPressureData / 100.f; //hpa (millibar)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.h136 struct inv_single_sensor_t pressure; member
250 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
Ddata_builder.c1192 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp) in inv_build_pressure() argument
1194 sensors.pressure.status |= INV_NEW_DATA; in inv_build_pressure()
1379 if (sensors.pressure.status & INV_NEW_DATA) in inv_execute_on_data()
1446 sensors.pressure.status &= ~INV_NEW_DATA; in inv_set_contiguous()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.h133 struct inv_single_sensor_t pressure; member
247 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
Ddata_builder.c964 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp) in inv_build_pressure() argument
966 sensors.pressure.status |= INV_NEW_DATA; in inv_build_pressure()
1152 if (sensors.pressure.status & INV_NEW_DATA) in inv_execute_on_data()
1219 sensors.pressure.status &= ~INV_NEW_DATA; in inv_set_contiguous()
/hardware/libhardware/include/hardware/
Dsensors.h339 float pressure; member
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp82 CHECK_MEMBER_AT(sensors_event_t, pressure, 24, 24); in CheckOffsets()
/hardware/interfaces/camera/device/3.5/
Dtypes.hal52 * system is under memory pressure.
/hardware/interfaces/input/common/1.0/
Dtypes.hal57 * - For a touch screen or touch pad, reports the approximate pressure applied to the surface
59 * 0 (no pressure at all) to 1 (normal pressure), although values higher than 1
/hardware/interfaces/sensors/1.0/
Dtypes.hal191 * The pressure sensor return the athmospheric pressure in hectopascal (hPa)
1178 * pressure in hectopascal (hPa)
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal536 * Tire pressure
538 * min/max value indicates tire pressure sensor range. Each tire will have a separate min/max
1163 * Tire pressure units for display
1165 * Indicates which units the car is using to display tire pressure to the user. Eg. PSI, Bar or
1168 * VehiclePropConfig.configArray is used to indicate the supported pressure display units.