Searched refs:RawGyro (Results 1 - 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp452 mPendingEvents[RawGyro].version = sizeof(sensors_event_t);
453 mPendingEvents[RawGyro].sensor = ID_RG;
454 mPendingEvents[RawGyro].type = SENSOR_TYPE_GYROSCOPE_UNCALIBRATED;
455 mPendingEvents[RawGyro].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
518 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler;
1519 (mEnabled & (1 << RawGyro))) {
1546 !((mBatchEnabled & (1 << Gyro)) || (mBatchEnabled & (1 << RawGyro)))) {
1657 (mEnabled & (1 << RawGyro))) {
1686 if (!(mBatchEnabled & (1 << RawGyro)) ||
1687 (!(mEnabled & (1 << RawGyro)))) {
[all...]
H A Dsensors.h63 RawGyro, enumerator in enum:__anon1068
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp530 mPendingEvents[RawGyro].version = sizeof(sensors_event_t);
531 mPendingEvents[RawGyro].sensor = ID_RG;
532 mPendingEvents[RawGyro].type = SENSOR_TYPE_GYROSCOPE_UNCALIBRATED;
533 mPendingEvents[RawGyro].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
586 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler;
1444 (mEnabled & (1 << RawGyro))) {
1471 !((mBatchEnabled & (1 << Gyro)) || (mBatchEnabled & (1 << RawGyro)))) {
1567 (mEnabled & (1 << RawGyro))) {
1596 if (!(mBatchEnabled & (1 << RawGyro)) ||
1597 (!(mEnabled & (1 << RawGyro)))) {
[all...]
H A DMPLSensor.h181 RawGyro, enumerator in enum:MPLSensor::__anon1078

Completed in 213 milliseconds