Home
last modified time | relevance | path

Searched refs:wl_seat_interface (Results 1 – 8 of 8) sorted by relevance

/external/wayland/tests/data/
Dexample-code.c44 extern const struct wl_interface wl_seat_interface;
88 &wl_seat_interface,
91 &wl_seat_interface,
93 &wl_seat_interface,
103 &wl_seat_interface,
385 WL_EXPORT const struct wl_interface wl_seat_interface = { variable
Dexample-server.h581 extern const struct wl_interface wl_seat_interface;
3134 struct wl_seat_interface { struct
Dexample-client.h578 extern const struct wl_interface wl_seat_interface;
/external/wayland/tests/
Dresources-test.c49 res = wl_resource_create(client, &wl_seat_interface, 4, 0); in TEST()
120 res = wl_resource_create(client, &wl_seat_interface, 4, 0); in TEST()
136 res = wl_resource_create(client, &wl_seat_interface, 2, 0); in TEST()
168 res = wl_resource_create(client, &wl_seat_interface, 2, 0); in TEST()
174 res2 = wl_resource_create(client, &wl_seat_interface, 1, id); in TEST()
Ddisplay-test.c148 &wl_seat_interface, ver); in registry_handle_globals()
151 &wl_seat_interface, ver); in registry_handle_globals()
201 assert(intf == &wl_seat_interface); in check_pending_error()
238 res = wl_resource_create(client, &wl_seat_interface, vers, id); in bind_seat()
278 wl_global_create(d->wl_display, &wl_seat_interface, in TEST()
333 wl_global_create(d->wl_display, &wl_seat_interface, in TEST()
358 wl_global_create(d->wl_display, &wl_seat_interface, in TEST()
400 wl_global_create(d->wl_display, &wl_seat_interface, in TEST()
449 wl_global_create(d->wl_display, &wl_seat_interface, in TEST()
837 resource = wl_resource_create(client, &wl_seat_interface, version, id); in bind_seat_and_post_error()
[all …]
Dqueue-test.c316 &wl_seat_interface, in TEST()
/external/libxkbcommon/tools/
Dinteractive-wayland.c546 seat->wl_seat = wl_registry_bind(registry, name, &wl_seat_interface, in seat_create()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c264 registry, id, &wl_seat_interface, 5); in registry_global()