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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h99 #define INV_DMP_PEDOMETER 0x008 //interrupt-based pedometer macro
112 | (INV_DMP_PEDOMETER) \
123 | (INV_DMP_PEDOMETER) \
H A DMPLSensor.cpp1232 if ((mFeatureActiveMask & INV_DMP_PEDOMETER) &&
1259 } else if(mFeatureActiveMask & INV_DMP_PEDOMETER) {
1377 } else if(mFeatureActiveMask & INV_DMP_PEDOMETER) {
1780 mFeatureActiveMask |= INV_DMP_PEDOMETER;
1790 mFeatureActiveMask &= ~INV_DMP_PEDOMETER;
1798 if (!(mFeatureActiveMask & (INV_DMP_PEDOMETER | INV_DMP_PEDOMETER_STEP))) {
1809 if (!(mFeatureActiveMask & INV_DMP_PEDOMETER)) {
2350 if ((mFeatureActiveMask & INV_DMP_PEDOMETER) && !(tempBatchSensor & (1 << StepDetector))) {
2383 if (en && (mFeatureActiveMask & INV_DMP_PEDOMETER) &&
2393 if (en && (mFeatureActiveMask & INV_DMP_PEDOMETER)
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h76 #define INV_DMP_PEDOMETER 0x008 macro
96 | (INV_DMP_PEDOMETER) \
106 | (INV_DMP_PEDOMETER) \
H A DMPLSensor.cpp1233 } else if(mFeatureActiveMask & INV_DMP_PEDOMETER) {
1351 } else if(mFeatureActiveMask & INV_DMP_PEDOMETER) {
1699 if (interruptMode || (mFeatureActiveMask & INV_DMP_PEDOMETER)) {
1748 mFeatureActiveMask |= INV_DMP_PEDOMETER;
1758 mFeatureActiveMask &= ~INV_DMP_PEDOMETER;
1766 if (!(mFeatureActiveMask & (INV_DMP_PEDOMETER | INV_DMP_PEDOMETER_STEP))) {
1795 if (!(mFeatureActiveMask & INV_DMP_PEDOMETER)) {
2313 if ((mFeatureActiveMask & INV_DMP_PEDOMETER) && !(tempBatchSensor & (1 << StepDetector))) {
2366 if (en && (mFeatureActiveMask & INV_DMP_PEDOMETER) &&
2376 if (en && (mFeatureActiveMask & INV_DMP_PEDOMETER)
[all...]

Completed in 14 milliseconds