/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 | 418 float pressure; member
|
/hardware/libhardware/include_all/hardware/ |
D | sensors.h | 418 float pressure; member
|
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 82 CHECK_MEMBER_AT(sensors_event_t, pressure, 24, 24); in CheckOffsets()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | Roadmap.adoc | 27 - Do nothing, and rely on external pressure to drive the feature set 30 Up until now we had primarily relied on external pressure to drive feature support, but it is appar…
|
D | VK_AMDX_shader_enqueue.adoc | 33 As well as the large allocation size causing memory pressure, pushing all that data through buffer …
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 53 * system is under memory pressure.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_AMD_shader_info.adoc | 113 optimizations where register pressure is a bottleneck.
|
D | sparsemem.adoc | 238 If memory pressure becomes an issue the application can: unbind and disable
|
D | memory.adoc | 1935 device-local memory when the system is under memory pressure. 1966 device-local memory when the system is under memory pressure.
|
D | cmdbuffers.adoc | 482 Trimming should: be treated as a way to relieve memory pressure after
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/ |
D | FakeVehicleHardware.h | 310 float yData[], float pressure[], float size[]);
|
/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/automotive/vehicle/2.0/ |
D | types.hal | 595 * Tire pressure 598 * minFloatValue/maxFloatValue are used to store OEM recommended pressure 601 * the recommended tire pressure. 603 * the recommended tire pressure. 605 * The following areaConfig indicates the recommended tire pressure 626 * Critically low tire pressure 628 * This property indicates the critically low pressure threshold for each tire. 1347 * Tire pressure units for display 1349 * Indicates which units the car is using to display tire pressure to the user. Eg. PSI, Bar or 1352 * VehiclePropConfig.configArray is used to indicate the supported pressure display units.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 191 * The pressure sensor return the athmospheric pressure in hectopascal (hPa) 1178 * pressure in hectopascal (hPa)
|