Lines Matching refs:mHandlers
574 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
576 mHandlers[RotationVector] = &MPLSensor::grvHandler; in MPLSensor()
578 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
579 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
580 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
582 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
584 mHandlers[Gyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
586 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
587 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
589 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
591 mHandlers[MagneticField] = &MPLSensor::rawCompassHandler; in MPLSensor()
593 mHandlers[RawMagneticField] = &MPLSensor::rawCompassHandler; in MPLSensor()
594 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
595 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler; in MPLSensor()
596 mHandlers[Pressure] = &MPLSensor::psHandler; in MPLSensor()
3670 update = CALL_MEMBER_FN(this, mHandlers[i])(mPendingEvents + i); in readEvents()