Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h77 #define INV_DMP_PEDOMETER_STEP 0x010 macro
97 | (INV_DMP_PEDOMETER_STEP) \
107 | (INV_DMP_PEDOMETER_STEP) \
DMPLSensor.cpp1747 mFeatureActiveMask |= INV_DMP_PEDOMETER_STEP; in enableDmpPedometer()
1757 mFeatureActiveMask &= ~INV_DMP_PEDOMETER_STEP; in enableDmpPedometer()
1762 if (!(mFeatureActiveMask & (INV_DMP_PEDOMETER | INV_DMP_PEDOMETER_STEP))) { in enableDmpPedometer()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h100 #define INV_DMP_PEDOMETER_STEP 0x010 //timer-based pedometer macro
113 | (INV_DMP_PEDOMETER_STEP) \
124 | (INV_DMP_PEDOMETER_STEP) \
DMPLSensor.cpp1836 mFeatureActiveMask |= INV_DMP_PEDOMETER_STEP; in enableDmpPedometer()
1845 mFeatureActiveMask &= ~INV_DMP_PEDOMETER_STEP; in enableDmpPedometer()
1850 if (!(mFeatureActiveMask & (INV_DMP_PEDOMETER | INV_DMP_PEDOMETER_STEP))) { in enableDmpPedometer()