Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dtouch-test.c61 send_touch(struct client *client, const struct timespec *time, in send_touch() function
79 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
83 send_touch(client, &t2, WL_TOUCH_MOTION); in TEST()
87 send_touch(client, &t3, WL_TOUCH_UP); in TEST()
101 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
107 send_touch(client, &t2, WL_TOUCH_UP); in TEST()
119 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
131 send_touch(client, &t2, WL_TOUCH_UP); in TEST()
Dweston-test.c586 send_touch(struct wl_client *client, struct wl_resource *resource, in send_touch() function
612 send_touch,