Searched refs:last_pedometer_time (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
H A Dinv_gesture_test.c404 static long last_pedometer_time = -1; local
420 if (last_pedometer_steps == -1 && last_pedometer_time == -1) {
429 || last_pedometer_time != pedometer_time) {
435 last_pedometer_time = pedometer_time;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c400 static long last_pedometer_time = -1; local
421 if (last_pedometer_steps == -1 && last_pedometer_time == -1) {
433 || last_pedometer_time != pedometer_time) {
442 last_pedometer_time = pedometer_time;

Completed in 30 milliseconds