Lines Matching refs:mHandlers
513 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
514 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
515 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
516 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
517 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
518 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
519 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
520 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
521 mHandlers[RawMagneticField] = &MPLSensor::rawCompassHandler; in MPLSensor()
522 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
523 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler; in MPLSensor()
525 mHandlers[Pressure] = &MPLSensor::psHandler; in MPLSensor()
3925 update = CALL_MEMBER_FN(this, mHandlers[i])(mPendingEvents + i);