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

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp695 #define GY_ENABLED (((1 << ID_GY) | (1 << ID_RG)) & enabled_sensors) macro
974 if(!A_ENABLED && !M_ENABLED && !GY_ENABLED) {
981 if (GY_ENABLED) {
1670 if (GY_ENABLED) {
1687 if (GY_ENABLED && mDelays[Gyro] < mDelays[Accelerometer]) {
1690 else if (GY_ENABLED && mDelays[RawGyro] < mDelays[Accelerometer]) {
1721 if (GY_ENABLED && mDelays[Gyro] < mDelays[MagneticField]) {
1724 else if (GY_ENABLED && mDelays[RawGyro] < mDelays[MagneticField]) {
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp135 #define GY_ENABLED ((1<<ID_GY) & enabled_sensors) macro
341 if (!A_ENABLED && !M_ENABLED && !GY_ENABLED) {
346 if (GY_ENABLED) {
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp976 #define GY_ENABLED ((1 << ID_GY) & enabled_sensors) macro
1991 if (GY_ENABLED || RGY_ENABLED) {
2023 if (GY_ENABLED || RGY_ENABLED) {
2035 !GRV_ENABLED && !GMRV_ENABLED && !GY_ENABLED && !RGY_ENABLED &&
2039 !GRV_ENABLED && !GMRV_ENABLED && !GY_ENABLED && !RGY_ENABLED) {
2047 if (GY_ENABLED || RGY_ENABLED) {
3467 if (GY_ENABLED || RGY_ENABLED) {
3483 if (GY_ENABLED && mDelays[Gyro] < mDelays[Accelerometer]) {
3518 if (GY_ENABLED
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp1059 #define GY_ENABLED ((1 << ID_GY) & enabled_sensors) macro
1971 if (GY_ENABLED || RGY_ENABLED) {
2003 if (GY_ENABLED || RGY_ENABLED) {
2014 !GRV_ENABLED && !GMRV_ENABLED && !GY_ENABLED && !RGY_ENABLED &&
2022 if (GY_ENABLED || RGY_ENABLED) {
3416 if (GY_ENABLED || RGY_ENABLED) {
3440 if (GY_ENABLED && mDelays[Gyro] < mDelays[Accelerometer]) {
3486 if (GY_ENABLED

Completed in 163 milliseconds