Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:mHandlers

531     mHandlers[RotationVector] = &MPLSensor::rvHandler;
533 mHandlers[RotationVector] = &MPLSensor::grvHandler;
535 mHandlers[GameRotationVector] = &MPLSensor::grvHandler;
536 mHandlers[LinearAccel] = &MPLSensor::laHandler;
537 mHandlers[Gravity] = &MPLSensor::gravHandler;
539 mHandlers[Gyro] = &MPLSensor::gyroHandler;
541 mHandlers[Gyro] = &MPLSensor::rawGyroHandler;
543 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler;
544 mHandlers[Accelerometer] = &MPLSensor::accelHandler;
546 mHandlers[MagneticField] = &MPLSensor::compassHandler;
548 mHandlers[MagneticField] = &MPLSensor::rawCompassHandler;
550 mHandlers[RawMagneticField] = &MPLSensor::rawCompassHandler;
551 mHandlers[Orientation] = &MPLSensor::orienHandler;
552 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler;
553 mHandlers[Pressure] = &MPLSensor::psHandler;
3484 update = CALL_MEMBER_FN(this, mHandlers[i])(mPendingEvents + i);