Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:stepCount

5510     uint64_t stepCount = 0;
5534 if (fscanf(fp, "%lld\n", &stepCount) < 0 || fclose(fp) < 0) {
5539 if (stepCount == mLastStepCount) {
5542 temp.data[0] = stepCount;
5545 mLastStepCount = stepCount;