Home
last modified time | relevance | path

Searched refs:ALL_MPL_SENSORS_NP (Results 1 – 7 of 7) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.h59 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \ macro
63 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \ macro
DMPLSensor.cpp970 mLocalSensorMask = ALL_MPL_SENSORS_NP; in computeLocalSensorMask()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h60 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \ macro
64 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \ macro
DMPLSensor.cpp1980 mLocalSensorMask |= ALL_MPL_SENSORS_NP;
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h60 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \ macro
64 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \ macro
DMPLSensor.cpp1961 mLocalSensorMask |= ALL_MPL_SENSORS_NP; in computeLocalSensorMask()
/hardware/invensense/60xx/libsensors/
DMPLSensor.cpp66 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL | INV_THREE_AXIS_COMPASS | INV_THREE_AXIS_GYRO) macro
148 mLocalSensorMask(ALL_MPL_SENSORS_NP), mPollTime(-1), in MPLSensor()
337 mLocalSensorMask = ALL_MPL_SENSORS_NP; in setPowerStates()
454 …result = inv_set_mpu_sensors(ALL_MPL_SENSORS_NP); //default to all sensors, also makes 9axis enabl… in initMPL()