Searched refs:stepCount (Results 1 – 2 of 2) sorted by relevance
5897 uint64_t stepCount = 0; in readDmpPedometerEvents() local5920 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()
6443 uint64_t stepCount; local6451 if (fscanf(fp, "%lld\n", &stepCount) < 0) {6464 if (stepCount == mLastStepCount) {6468 mLastStepCount = stepCount;