Home
last modified time | relevance | path

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

/third_party/weston/clients/
Dsimple-touch.c224 static const struct wl_seat_listener seat_listener = { variable
240 wl_seat_add_listener(seat->seat, &seat_listener, seat); in add_seat()
Dsimple-egl.c727 static const struct wl_seat_listener seat_listener = { variable
759 wl_seat_add_listener(d->seat, &seat_listener, d); in registry_handle_global()
Dsimple-dmabuf-v4l.c817 static const struct wl_seat_listener seat_listener = { variable
844 wl_seat_add_listener(d->seat, &seat_listener, d); in registry_handle_global()
Dweston-info.c549 static const struct wl_seat_listener seat_listener = { variable
1484 wl_seat_add_listener(seat->seat, &seat_listener, seat); in add_seat_info()
Dwindow.c3517 static const struct wl_seat_listener seat_listener = { variable
5890 wl_seat_add_listener(input->seat, &seat_listener, input); in display_add_input()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c253 static const struct wl_seat_listener seat_listener = { variable
270 wl_seat_add_listener(p_params->p_seat, &seat_listener, p_data); in display_global_handler()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c429 static const struct wl_seat_listener seat_listener = { variable
448 wl_seat_add_listener(input->seat, &seat_listener, input); in Wayland_display_add_input()
/third_party/libxkbcommon/tools/
Dinteractive-wayland.c532 static const struct wl_seat_listener seat_listener = { variable
548 wl_seat_add_listener(seat->wl_seat, &seat_listener, seat); in seat_create()
/third_party/weston/tests/
Dweston-test-client-helper.c664 static const struct wl_seat_listener seat_listener = { variable
772 wl_seat_add_listener(input->wl_seat, &seat_listener, input); in handle_global()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c193 static const struct wl_seat_listener seat_listener = {
/third_party/weston/libweston/backend-wayland/
Dwayland.c2346 static const struct wl_seat_listener seat_listener = { variable
2368 wl_seat_add_listener(input->parent.seat, &seat_listener, input); in display_add_seat()