Home
last modified time | relevance | path

Searched refs:tap (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
357 fscanf(fp, "%d\n", &tap); in tap_handler()
360 tap_dir = tap/8; in tap_handler()
361 tap_num = tap%8 + 1; in tap_handler()
365 printf("Tap= %x\n", tap); in tap_handler()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Dstress_iio.c53 static void HandleTap(struct dmp_struct *dmp, int tap);
97 static void HandleTap(struct dmp_struct *dmp, int tap) in HandleTap() argument
99 int tap_dir = tap/8; in HandleTap()
100 int tap_num = tap%8 + 1; in HandleTap()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Dmpu_iio.c366 void handle_tap(int tap) in handle_tap() argument
368 int tap_dir = tap / 8; in handle_tap()
369 int tap_num = tap % 8 + 1; in handle_tap()