Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dweston-test.c61 int nr_touch_devices; member
79 int i = test->nr_touch_devices; in touch_device_add()
88 test->nr_touch_devices++; in touch_device_add()
94 int i = test->nr_touch_devices - 1; in touch_device_remove()
100 --test->nr_touch_devices; in touch_device_remove()
126 while (test->nr_touch_devices > 0) in test_seat_release()