Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0031-waylandsink-Support-pointer-and-touch.patch60 + struct wl_touch *touch;
230 +touch_handle_down (void *data, struct wl_touch *wl_touch,
261 +touch_handle_up (void *data, struct wl_touch *wl_touch,
267 +touch_handle_motion (void *data, struct wl_touch *wl_touch,
273 +touch_handle_frame (void *data, struct wl_touch *wl_touch)
278 +touch_handle_cancel (void *data, struct wl_touch *wl_touch)
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0032-waylandsink-Support-pointer-and-touch.patch77 + struct wl_touch *touch;
246 +touch_handle_down (void *data, struct wl_touch *wl_touch,
275 +touch_handle_up (void *data, struct wl_touch *wl_touch,
281 +touch_handle_motion (void *data, struct wl_touch *wl_touch,
287 +touch_handle_frame (void *data, struct wl_touch *wl_touch)
292 +touch_handle_cancel (void *data, struct wl_touch *wl_touch)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0032-waylandsink-Support-pointer-and-touch.patch77 + struct wl_touch *touch;
246 +touch_handle_down (void *data, struct wl_touch *wl_touch,
275 +touch_handle_up (void *data, struct wl_touch *wl_touch,
281 +touch_handle_motion (void *data, struct wl_touch *wl_touch,
287 +touch_handle_frame (void *data, struct wl_touch *wl_touch)
292 +touch_handle_cancel (void *data, struct wl_touch *wl_touch)
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c968 touch_handle_down(void *data, struct wl_touch *wl_touch, in touch_handle_down() argument
995 touch_handle_up(void *data, struct wl_touch *wl_touch, in touch_handle_up() argument
1012 touch_handle_motion(void *data, struct wl_touch *wl_touch, in touch_handle_motion() argument
1030 touch_handle_frame(void *data, struct wl_touch *wl_touch) in touch_handle_frame() argument
1035 touch_handle_cancel(void *data, struct wl_touch *wl_touch) in touch_handle_cancel() argument
1279 xwl_seat->wl_touch = wl_seat_get_touch(xwl_seat->seat); in init_touch()
1280 wl_touch_add_listener(xwl_seat->wl_touch, in init_touch()
1294 wl_touch_release(xwl_seat->wl_touch); in release_touch()
1295 xwl_seat->wl_touch = NULL; in release_touch()
1321 if (caps & WL_SEAT_CAPABILITY_TOUCH && xwl_seat->wl_touch == NULL) { in seat_handle_capabilities()
[all …]
H A Dxwayland.h259 struct wl_touch *wl_touch; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog32513 xwayland: Implement the wl_touch interface
32517 to the wayland ones, finishing in either wl_touch.up() or wl_touch.cancel()