Lines Matching refs:RotationVector
264 mPendingEvents[RotationVector].version = sizeof(sensors_event_t); in MPLSensor()
265 mPendingEvents[RotationVector].sensor = ID_RV; in MPLSensor()
266 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR; in MPLSensor()
301 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
1074 if ((mEnabled & ((1 << Orientation) | (1 << RotationVector) | in enableSensors()
1339 what = RotationVector; in enable()
1388 if (!(mEnabled & ((1 << Orientation) | (1 << RotationVector) | in enable()
1396 case RotationVector: in enable()
1399 if ((en && !(lastEnabled & ((1 << Orientation) | (1 << RotationVector) | in enable()
1401 (!en && !(mEnabled & ((1 << Orientation) | (1 << RotationVector) | in enable()
1466 what = RotationVector; in setDelay()
1534 case RotationVector: in setDelay()
2617 list[RotationVector].power = list[Gyro].power + in fillRV()
2620 list[RotationVector].resolution = .00001; in fillRV()
2621 list[RotationVector].maxRange = 1.0; in fillRV()
2622 list[RotationVector].minDelay = 5000; in fillRV()