Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A Dlitest.c4049 bool last_hi_res_event_found, last_low_res_event_found; in litest_assert_scroll() local
4058 last_low_res_event_found = false; in litest_assert_scroll()
4086 litest_assert(!last_low_res_event_found); in litest_assert_scroll()
4089 last_low_res_event_found = true; in litest_assert_scroll()
4103 litest_assert(last_low_res_event_found); in litest_assert_scroll()
4115 bool last_hi_res_event_found, last_low_res_event_found; in litest_assert_axis_end_sequence() local
4124 last_low_res_event_found = false; in litest_assert_axis_end_sequence()
4137 litest_assert(!last_low_res_event_found); in litest_assert_axis_end_sequence()
4138 last_low_res_event_found = true; in litest_assert_axis_end_sequence()
4144 litest_assert(last_low_res_event_found); in litest_assert_axis_end_sequence()
[all...]
H A Dtest-touchpad.c411 bool last_hi_res_event_found, last_low_res_event_found; in START_TEST() local
417 last_low_res_event_found = false; in START_TEST()
455 litest_assert(!last_low_res_event_found); in START_TEST()
457 last_low_res_event_found = true; in START_TEST()
471 litest_assert(last_low_res_event_found); in START_TEST()

Completed in 12 milliseconds