Searched refs:seat_listener (Results 1 – 11 of 11) sorted by relevance
/third_party/weston/clients/ |
D | simple-touch.c | 224 static const struct wl_seat_listener seat_listener = { variable 240 wl_seat_add_listener(seat->seat, &seat_listener, seat); in add_seat()
|
D | simple-egl.c | 727 static const struct wl_seat_listener seat_listener = { variable 759 wl_seat_add_listener(d->seat, &seat_listener, d); in registry_handle_global()
|
D | simple-dmabuf-v4l.c | 817 static const struct wl_seat_listener seat_listener = { variable 844 wl_seat_add_listener(d->seat, &seat_listener, d); in registry_handle_global()
|
D | weston-info.c | 549 static const struct wl_seat_listener seat_listener = { variable 1484 wl_seat_add_listener(seat->seat, &seat_listener, seat); in add_seat_info()
|
D | window.c | 3517 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/ |
D | multi-touch-viewer.c | 253 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/ |
D | SDL_waylandevents.c | 429 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/ |
D | interactive-wayland.c | 532 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/ |
D | weston-test-client-helper.c | 664 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/ |
D | gstglwindow_wayland_egl.c | 193 static const struct wl_seat_listener seat_listener = {
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 2346 static const struct wl_seat_listener seat_listener = { variable 2368 wl_seat_add_listener(input->parent.seat, &seat_listener, input); in display_add_seat()
|