Home
last modified time | relevance | path

Searched refs:wl_seat (Results 1 – 5 of 5) sorted by relevance

/external/wayland/tests/data/
Dexample-client.h81 struct wl_seat;
2762 …anager_get_data_device(struct wl_data_device_manager *wl_data_device_manager, struct wl_seat *seat) in wl_data_device_manager_get_data_device()
3116 wl_shell_surface_move(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_t ser… in wl_shell_surface_move()
3132 wl_shell_surface_resize(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_t s… in wl_shell_surface_resize()
3238 wl_shell_surface_set_popup(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_… in wl_shell_surface_set_popup()
3869 struct wl_seat *wl_seat,
3881 struct wl_seat *wl_seat,
3889 wl_seat_add_listener(struct wl_seat *wl_seat, in wl_seat_add_listener() argument
3892 return wl_proxy_add_listener((struct wl_proxy *) wl_seat, in wl_seat_add_listener()
3929 wl_seat_set_user_data(struct wl_seat *wl_seat, void *user_data) in wl_seat_set_user_data() argument
[all …]
Dexample-server.h84 struct wl_seat;
/external/libxkbcommon/tools/
Dinteractive-wayland.c66 struct wl_seat *wl_seat; member
443 xdg_toplevel_move(seat->inter->xdg_top, seat->wl_seat, serial); in pointer_button()
487 seat_capabilities(void *data, struct wl_seat *wl_seat, uint32_t caps) in seat_capabilities() argument
492 seat->wl_kbd = wl_seat_get_keyboard(seat->wl_seat); in seat_capabilities()
510 seat->wl_pointer = wl_seat_get_pointer(seat->wl_seat); in seat_capabilities()
524 seat_name(void *data, struct wl_seat *wl_seat, const char *name) in seat_name() argument
546 seat->wl_seat = wl_registry_bind(registry, name, &wl_seat_interface, in seat_create()
548 wl_seat_add_listener(seat->wl_seat, &seat_listener, seat); in seat_create()
550 wl_proxy_get_id((struct wl_proxy *) seat->wl_seat)); in seat_create()
576 wl_seat_release(seat->wl_seat); in seat_destroy()
[all …]
/external/wayland/tests/
Ddisplay-test.c130 struct wl_seat *seat;
161 static struct wl_seat *
178 static struct wl_seat *
258 struct wl_seat *seat = client_get_seat(c); in post_error_main()
302 struct wl_seat *seat = client_get_seat(c); in post_error_main2()
315 struct wl_seat *seat = client_get_seat(c); in post_error_main3()
386 struct wl_seat *seat = client_get_seat(c); in post_nomem_main()
426 struct wl_seat *seat = client_get_seat(c); in post_implementation_error_main()
794 struct wl_seat *seat; in check_error_after_epipe()
864 check_seat_versions(struct wl_seat *seat, uint32_t ev) in check_seat_versions()
[all …]
/external/crosvm/gpu_display/src/
Ddisplay_wl.c42 struct wl_seat *seat;
263 ifaces->seat = (struct wl_seat *)wl_registry_bind( in registry_global()