Home
last modified time | relevance | path

Searched refs:touch_listener (Results 1 – 4 of 4) 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.patch282 +static const struct wl_touch_listener touch_listener = {
306 + wl_touch_add_listener (input->touch, &touch_listener, input);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0032-waylandsink-Support-pointer-and-touch.patch296 +static const struct wl_touch_listener touch_listener = {
320 + wl_touch_add_listener (input->touch, &touch_listener, input);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0032-waylandsink-Support-pointer-and-touch.patch296 +static const struct wl_touch_listener touch_listener = {
320 + wl_touch_add_listener (input->touch, &touch_listener, input);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1052 static const struct wl_touch_listener touch_listener = { variable
1281 &touch_listener, xwl_seat); in init_touch()