Searched defs:A_ENABLED (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp136 #define A_ENABLED ((1<<ID_A) & enabled_sensors) macro
341 if (!A_ENABLED && !M_ENABLED && !GY_ENABLED) {
352 if (A_ENABLED) {
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp696 #define A_ENABLED ((1 << ID_A) & enabled_sensors) macro
974 if(!A_ENABLED && !M_ENABLED && !GY_ENABLED) {
989 if (A_ENABLED) {
1687 if (A_ENABLED) { /* else if because there is only 1 fifo rate for MPUxxxx */
1727 } else if (A_ENABLED && mDelays[Accelerometer] < mDelays[MagneticField]) {
2179 if (!A_ENABLED) {
2189 if (!A_ENABLED) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp994 #define A_ENABLED ((1 << ID_A) & enabled_sensors) macro
1889 if (A_ENABLED) {
1924 if(!A_ENABLED && !M_ENABLED && !RM_ENABLED &&
1941 if (A_ENABLED) {
3243 if (A_ENABLED) { /* there is only 1 fifo rate for MPUxxxx */
3300 } else if (A_ENABLED && mDelays[Accelerometer]

Completed in 576 milliseconds