Home
last modified time | relevance | path

Searched refs:tap_num (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c354 int tap, tap_dir, tap_num; in tap_handler() local
361 tap_num = tap%8 + 1; in tap_handler()
367 printf("Tap Num= %x\n", tap_num); in tap_handler()
393 printf("#%d\n", tap_num); in tap_handler()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Dmpu_iio.c369 int tap_num = tap % 8 + 1; in handle_tap() local
394 printf("#%d\n", tap_num); in handle_tap()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c100 int tap_num = tap%8 + 1; in HandleTap() local
124 printf("Tap number: %d\n", tap_num); in HandleTap()