/third_party/wayland_standard/tests/data/ |
D | example-client.h | 81 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 …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/ |
D | simple-weston-client.c | 71 struct wl_seat *wl_seat; member 395 seat_handle_capabilities(void *data, struct wl_seat *seat, uint32_t caps) in seat_handle_capabilities() 398 struct wl_seat *wl_seat = wlcontext->wl_seat; in seat_handle_capabilities() local 401 wlcontext->wl_pointer = wl_seat_get_pointer(wl_seat); in seat_handle_capabilities() 424 seat_name(void *data, struct wl_seat *wl_seat, const char *name) in seat_name() argument 481 wlcontext->wl_seat = in registry_handle_global() 483 wl_seat_add_listener(wlcontext->wl_seat, &seat_Listener, data); in registry_handle_global()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/ |
D | WLContext.h | 30 struct wl_seat *wlSeat; 79 void SetWLSeat(struct wl_seat* wlSeat); 94 struct wl_seat* seat,
|
/third_party/weston/tests/ |
D | text-test.c | 214 zwp_text_input_v1_activate(text_input, client->input->wl_seat, in TEST() 220 zwp_text_input_v1_deactivate(text_input, client->input->wl_seat); in TEST() 225 zwp_text_input_v1_activate(text_input, client->input->wl_seat, in TEST()
|
D | devices-test.c | 284 wl_pointer = wl_seat_get_pointer(cl->input->wl_seat); in TEST() 295 wl_keyboard = wl_seat_get_keyboard(cl->input->wl_seat); in TEST() 301 wl_touch = wl_seat_get_touch(cl->input->wl_seat); in TEST()
|
D | weston-test-client-helper.h | 82 struct wl_seat *wl_seat; member
|
D | weston-test-client-helper.c | 572 wl_seat_release(inp->wl_seat); in input_destroy() 584 struct wl_seat *seat = input->wl_seat; in input_update_devices() 628 seat_handle_capabilities(void *data, struct wl_seat *seat, in seat_handle_capabilities() 645 seat_handle_name(void *data, struct wl_seat *seat, const char *name) in seat_handle_name() 769 input->wl_seat = in handle_global() 772 wl_seat_add_listener(input->wl_seat, &seat_listener, input); in handle_global()
|
/third_party/wayland_standard/tests/ |
D | display-test.c | 130 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 …]
|
/third_party/weston/clients/ |
D | simple-touch.c | 43 struct wl_seat *seat; 208 seat_handle_capabilities(void *data, struct wl_seat *wl_seat, in seat_handle_capabilities() argument 215 seat->wl_touch = wl_seat_get_touch(wl_seat); in seat_handle_capabilities()
|
D | editor.c | 792 struct wl_seat *seat) in text_entry_activate() 817 struct wl_seat *seat) in text_entry_deactivate() 1300 struct wl_seat *seat = input_get_seat(input); in text_entry_button_handler() 1315 struct wl_seat *seat = input_get_seat(input); in text_entry_touch_handler() 1345 struct wl_seat *seat = input_get_seat(input); in editor_button_handler() 1360 struct wl_seat *seat = input_get_seat(input); in editor_touch_handler()
|
D | weston-info.c | 121 struct wl_seat *seat; 519 seat_handle_capabilities(void *data, struct wl_seat *wl_seat, in seat_handle_capabilities() argument 542 seat_handle_name(void *data, struct wl_seat *wl_seat, in seat_handle_name() argument
|
D | ivi-shell-user-interface.c | 101 struct wl_seat *wlSeat; 512 seat_handle_capabilities(void *data, struct wl_seat *seat, uint32_t caps) in seat_handle_capabilities() 515 struct wl_seat *wlSeat = p_wlCtx->wlSeat; in seat_handle_capabilities()
|
D | simple-dmabuf-v4l.c | 107 struct wl_seat *seat; 803 seat_handle_capabilities(void *data, struct wl_seat *seat, in seat_handle_capabilities()
|
D | simple-egl.c | 61 struct wl_seat *seat; 696 seat_handle_capabilities(void *data, struct wl_seat *seat, in seat_handle_capabilities()
|
D | multi-resource.c | 65 struct wl_seat *seat;
|
D | window.h | 654 struct wl_seat *
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLContext.cpp | 140 seat_data->wlSeat = (wl_seat*)wl_registry_bind( in RegistryHandleGlobal() 149 WLContext::SeatHandleCapabilities(void* data, struct wl_seat* seat, uint32_t caps) in SeatHandleCapabilities()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | multi-touch-viewer.h | 44 struct wl_seat *p_seat;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.h | 51 struct wl_seat *seat;
|
D | gstglwindow_wayland_egl.c | 150 seat_handle_capabilities (void *data, struct wl_seat *seat, in seat_handle_capabilities() 177 seat_name (void *data, struct wl_seat *seat, const char *name) in seat_name()
|
/third_party/flutter/glfw/src/ |
D | wl_platform.h | 116 struct wl_seat* seat;
|
D | wl_init.c | 345 struct wl_seat* seat, in seatHandleCapabilities()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandevents.c | 52 struct wl_seat *seat; 402 seat_handle_capabilities(void *data, struct wl_seat *seat, in seat_handle_capabilities()
|
/third_party/weston/compositor/ |
D | screen-share.c | 93 struct wl_seat *seat; 331 ss_seat_handle_capabilities(void *data, struct wl_seat *seat, in ss_seat_handle_capabilities()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | multi-touch-viewer.c | 236 seat_capabilities(void *p_data, struct wl_seat *p_seat, uint32_t caps) in seat_capabilities()
|