Home | History | Annotate | Download | only in libsensors_iio

Lines Matching full:pressure

131      {"MPL Pressure", "Invensense", 1,
281 /* instantiate pressure sensor on secondary bus */
285 LOGE("HAL:ERR - Failed to instantiate pressure sensor class");
511 mPendingEvents[Pressure].version = sizeof(sensors_event_t);
512 mPendingEvents[Pressure].sensor = ID_PS;
513 mPendingEvents[Pressure].type = SENSOR_TYPE_MAGNETIC_FIELD_UNCALIBRATED;
514 mPendingEvents[Pressure].magnetic.status =
553 mHandlers[Pressure] = &MPLSensor::psHandler;
1827 LOGV_IF(ENG_VERBOSE, "HAL:PRESSURE sensor not detected");
1860 /* Invensense Pressure on secondary bus */
1978 (mPressureSensor->isIntegrated() << Pressure))) {
2032 if (changed & (1 << Pressure)) {
2033 LOGV_IF(PROCESS_VERBOSE, "HAL:enableSensors - pressure %s",
2085 (mPressureSensor->isIntegrated() << Pressure))) {
2086 LOGV_IF(ENG_VERBOSE, "HAL DEBUG: Gyro, Accel, Compass, Pressure changes");
2177 for(int i = 0; i <= Pressure; i++) {
2689 what = Pressure;
2690 sname = "Pressure";
2751 case Pressure:
2891 what = Pressure;
2892 sname = "Pressure";
3052 pressureRate = mDelays[Pressure];
3323 wanted = mDelays[Pressure];
3325 wanted = mDelays[Pressure];
3336 LOGV_IF(ENG_VERBOSE, "HAL:PRESSURE sensor not detected");
3338 LOGE_IF(res < 0, "HAL:PRESSURE update delay error");
5234 if (i == Pressure) {
5462 (1<<RawMagneticField) | (1<<Pressure);
5788 pressureRate = mBatchDelays[Pressure];
5877 pressureRate = mDelays[Pressure];