Home
last modified time | relevance | path

Searched refs:stepCount (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp5897 uint64_t stepCount = 0; in readDmpPedometerEvents() local
5920 if (fscanf(fp, "%lld\n", &stepCount) < 0 || fclose(fp) < 0) { in readDmpPedometerEvents()
5926 if (stepCount == mLastStepCount) { in readDmpPedometerEvents()
5931 temp.data[0] = (float)stepCount; in readDmpPedometerEvents()
5933 temp.u64.step_counter = stepCount; in readDmpPedometerEvents()
5935 mLastStepCount = stepCount; in readDmpPedometerEvents()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp6443 uint64_t stepCount; local
6451 if (fscanf(fp, "%lld\n", &stepCount) < 0) {
6464 if (stepCount == mLastStepCount) {
6468 mLastStepCount = stepCount;