Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h532 uint64_t mLastStepCount; variable
DMPLSensor.cpp252 mLastStepCount(0), in MPLSensor()
5926 if (stepCount == mLastStepCount) { in readDmpPedometerEvents()
5935 mLastStepCount = stepCount; in readDmpPedometerEvents()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h536 uint64_t mLastStepCount; variable
DMPLSensor.cpp152 mLastStepCount(-1), in MPLSensor()
3003 s->u64.step_counter = mLastStepCount;
3007 s->step_counter = mLastStepCount;
6464 if (stepCount == mLastStepCount) {
6468 mLastStepCount = stepCount;