Lines Matching refs:RotationVector
96 | (1 << RotationVector) \
502 mPendingEvents[RotationVector].version = sizeof(sensors_event_t); in MPLSensor()
503 mPendingEvents[RotationVector].sensor = ID_RV; in MPLSensor()
504 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR; in MPLSensor()
505 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
574 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
576 mHandlers[RotationVector] = &MPLSensor::grvHandler; in MPLSensor()
2831 what = RotationVector; in enable()
2932 case RotationVector: in enable()
3038 what = RotationVector; in getHandle()
3162 case RotationVector: in setDelay()
4895 list[RotationVector].power = list[Gyro].power + in fillRV()
4898 list[RotationVector].resolution = .00001; in fillRV()
4899 list[RotationVector].maxRange = 1.0; in fillRV()
4900 list[RotationVector].minDelay = 5000; in fillRV()