Searched refs:A_ENABLED (Results 1 - 4 of 4) 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) {
1686 if (A_ENABLED) { /* else if because there is only 1 fifo rate for MPUxxxx */
1726 } else if (A_ENABLED && mDelays[Accelerometer] < mDelays[MagneticField]) {
2179 if (!A_ENABLED) {
2189 if (!A_ENABLED) {
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp978 #define A_ENABLED ((1 << ID_A) & enabled_sensors) macro
1998 if (A_ENABLED) {
2034 if(!A_ENABLED && !M_ENABLED && !RM_ENABLED &&
2038 if(!A_ENABLED && !M_ENABLED && !RM_ENABLED &&
2055 if (A_ENABLED) {
3482 if (A_ENABLED) { /* there is only 1 fifo rate for MPUxxxx */
3524 } else if (A_ENABLED && mDelays[Accelerometer]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp1061 #define A_ENABLED ((1 << ID_A) & enabled_sensors) macro
1978 if (A_ENABLED) {
2013 if(!A_ENABLED && !M_ENABLED && !RM_ENABLED &&
2030 if (A_ENABLED) {
3436 if (A_ENABLED) { /* there is only 1 fifo rate for MPUxxxx */
3492 } else if (A_ENABLED && mDelays[Accelerometer]

Completed in 326 milliseconds