Home
last modified time | relevance | path

Searched refs:RotationVector (Results 1 – 5 of 5) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
Dsensors.h71 RotationVector, enumerator
DMPLSensor.cpp424 mPendingEvents[RotationVector].version = sizeof(sensors_event_t); in MPLSensor()
425 mPendingEvents[RotationVector].sensor = ID_RV; in MPLSensor()
426 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR; in MPLSensor()
427 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
513 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
2782 if (!mEnabledTime[RotationVector] || !(s->timestamp > mEnabledTime[RotationVector])) {
2784 mEnabledTime[RotationVector], s->timestamp, android::elapsedRealtimeNano());
3164 what = RotationVector;
3271 case RotationVector:
3388 what = RotationVector;
[all …]
DMPLSensor.h72 | (1 << RotationVector) \
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp96 | (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()
[all …]
DMPLSensor.h187 RotationVector, enumerator