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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h100 #define INV_DMP_PEDOMETER_STEP 0x010 //timer-based pedometer macro
113 | (INV_DMP_PEDOMETER_STEP) \
124 | (INV_DMP_PEDOMETER_STEP) \
H A DMPLSensor.cpp1783 mFeatureActiveMask |= INV_DMP_PEDOMETER_STEP;
1793 mFeatureActiveMask &= ~INV_DMP_PEDOMETER_STEP;
1798 if (!(mFeatureActiveMask & (INV_DMP_PEDOMETER | INV_DMP_PEDOMETER_STEP))) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h77 #define INV_DMP_PEDOMETER_STEP 0x010 macro
97 | (INV_DMP_PEDOMETER_STEP) \
107 | (INV_DMP_PEDOMETER_STEP) \
H A DMPLSensor.cpp1751 mFeatureActiveMask |= INV_DMP_PEDOMETER_STEP;
1761 mFeatureActiveMask &= ~INV_DMP_PEDOMETER_STEP;
1766 if (!(mFeatureActiveMask & (INV_DMP_PEDOMETER | INV_DMP_PEDOMETER_STEP))) {

Completed in 22 milliseconds