Searched refs:pressure (Results 1 – 14 of 14) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 159 const char *pressure = "BMP280"; in fillList() local 161 if (pressure) { in fillList() 162 if(!strcmp(pressure, "BMP280")) { in fillList() 173 pressure); in fillList()
|
D | MPLSensor.cpp | 2702 s->pressure = mCachedPressureData / 100.f; //hpa (millibar) in psHandler()
|
/hardware/invensense/6515/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 158 const char *pressure = "BMP280"; in fillList() local 160 if (pressure) { in fillList() 161 if(!strcmp(pressure, "BMP280")) { in fillList() 172 pressure); in fillList()
|
D | MPLSensor.cpp | 2956 s->pressure = mCachedPressureData / 100.f; //hpa (millibar)
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.h | 136 struct inv_single_sensor_t pressure; member 250 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
|
D | data_builder.c | 1192 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/ |
D | data_builder.h | 133 struct inv_single_sensor_t pressure; member 247 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
|
D | data_builder.c | 964 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/ |
D | sensors.h | 339 float pressure; member
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 82 CHECK_MEMBER_AT(sensors_event_t, pressure, 24, 24); in CheckOffsets()
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 52 * system is under memory pressure.
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 57 * - 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/ |
D | types.hal | 191 * The pressure sensor return the athmospheric pressure in hectopascal (hPa) 1178 * pressure in hectopascal (hPa)
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 536 * 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.
|