Lines Matching refs:RotationVector
96 | (1 << RotationVector) \
506 mPendingEvents[RotationVector].version = sizeof(sensors_event_t); in MPLSensor()
507 mPendingEvents[RotationVector].sensor = ID_RV; in MPLSensor()
508 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR; in MPLSensor()
509 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
578 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
580 mHandlers[RotationVector] = &MPLSensor::grvHandler; in MPLSensor()
2839 what = RotationVector; in enable()
2941 case RotationVector: in enable()
3047 what = RotationVector; in getHandle()
3171 case RotationVector: in setDelay()
4915 list[RotationVector].power = list[Gyro].power + in fillRV()
4918 list[RotationVector].resolution = .00001; in fillRV()
4919 list[RotationVector].maxRange = 1.0; in fillRV()
4920 list[RotationVector].minDelay = 5000; in fillRV()