Home
last modified time | relevance | path

Searched refs:libinput_device_touch_get_touch_count (Results 1 - 5 of 5) sorted by relevance

/third_party/libinput/test/
H A Dtest-touch.c1093 ck_assert_int_eq(libinput_device_touch_get_touch_count(device), 1); in START_TEST()
1103 ck_assert_int_eq(libinput_device_touch_get_touch_count(device), in START_TEST()
1113 ck_assert_int_eq(libinput_device_touch_get_touch_count(device), 0); in START_TEST()
1122 ck_assert_int_eq(libinput_device_touch_get_touch_count(device), -1); in START_TEST()
/third_party/libinput/src/
H A Dlibinput.h4343 libinput_device_touch_get_touch_count(struct libinput_device *device);
H A Dlibinput.c3353 libinput_device_touch_get_touch_count(struct libinput_device *device) in libinput_device_touch_get_touch_count() function
/third_party/libinput/export_include/
H A Dlibinput.h4343 libinput_device_touch_get_touch_count(struct libinput_device *device);
/third_party/libinput/tools/
H A Dlibinput-debug-events.c305 printq(" ntouches %d", libinput_device_touch_get_touch_count(dev)); in print_device_notify()

Completed in 21 milliseconds