Home
last modified time | relevance | path

Searched refs:wl_client (Results 1 – 20 of 20) sorted by relevance

/external/wayland/tests/data/
Dexample-server.h14 struct wl_client;
927 void (*sync)(struct wl_client *client,
938 void (*get_registry)(struct wl_client *client,
979 void (*bind)(struct wl_client *client,
1059 void (*create_surface)(struct wl_client *client,
1068 void (*create_region)(struct wl_client *client,
1109 void (*create_buffer)(struct wl_client *client,
1125 void (*destroy)(struct wl_client *client,
1136 void (*resize)(struct wl_client *client,
1448 void (*create_pool)(struct wl_client *client,
[all …]
Dsmall-server-core.h14 struct wl_client;
102 void (*rq1)(struct wl_client *client,
107 void (*rq2)(struct wl_client *client,
118 void (*destroy)(struct wl_client *client,
Dsmall-server.h14 struct wl_client;
102 void (*rq1)(struct wl_client *client,
107 void (*rq2)(struct wl_client *client,
118 void (*destroy)(struct wl_client *client,
/external/wayland/src/
Dwayland-server-core.h220 struct wl_client;
222 typedef void (*wl_global_bind_func_t)(struct wl_client *client, void *data,
270 typedef bool (*wl_display_global_filter_func_t)(const struct wl_client *client,
288 struct wl_client *
295 wl_client_get_link(struct wl_client *client);
297 struct wl_client *
307 wl_client_destroy(struct wl_client *client);
310 wl_client_flush(struct wl_client *client);
313 wl_client_get_credentials(struct wl_client *client,
317 wl_client_get_fd(struct wl_client *client);
[all …]
Dwayland-server.c74 struct wl_client { struct
129 struct wl_client *client;
283 struct wl_client *client = resource->client; in wl_resource_post_error_vargs()
316 destroy_client_with_error(struct wl_client *client, const char *reason) in destroy_client_with_error()
325 struct wl_client *client = data; in wl_client_connection_data()
467 wl_client_flush(struct wl_client *client) in wl_client_flush()
480 wl_client_get_display(struct wl_client *client) in wl_client_get_display()
486 bind_display(struct wl_client *client, struct wl_display *display);
513 WL_EXPORT struct wl_client *
516 struct wl_client *client; in wl_client_create()
[all …]
Dwayland-server.h69 struct wl_client *client;
74 wl_client_add_resource(struct wl_client *client,
78 wl_client_add_object(struct wl_client *client,
84 wl_client_new_object(struct wl_client *client,
Dwayland-shm.c133 shm_buffer_destroy(struct wl_client *client, struct wl_resource *resource) in shm_buffer_destroy()
143 format_is_supported(struct wl_client *client, uint32_t format) in format_is_supported()
164 shm_pool_create_buffer(struct wl_client *client, struct wl_resource *resource, in shm_pool_create_buffer()
226 shm_pool_destroy(struct wl_client *client, struct wl_resource *resource) in shm_pool_destroy()
232 shm_pool_resize(struct wl_client *client, struct wl_resource *resource, in shm_pool_resize()
262 shm_create_pool(struct wl_client *client, struct wl_resource *resource, in shm_create_pool()
331 bind_shm(struct wl_client *client, in bind_shm()
647 wl_shm_buffer_create(struct wl_client *client, in wl_shm_buffer_create()
/external/wayland/tests/
Dtest-compositor.c63 void (*stop_display)(struct wl_client *client,
66 void (*noop)(struct wl_client *client,
155 ci->wl_client = NULL; in client_destroyed()
236 cl->wl_client = wl_client_create(d->wl_display, sock_wayl[1]); in display_create_client()
237 if (!cl->wl_client) { in display_create_client()
246 wl_client_add_destroy_listener(cl->wl_client, in display_create_client()
277 handle_stop_display(struct wl_client *client, in handle_stop_display()
302 handle_noop(struct wl_client *client, struct wl_resource *resource) in handle_noop()
314 tc_bind(struct wl_client *client, void *data, in tc_bind()
402 assert(cl->wl_client == NULL); in display_destroy()
Dtest-compositor.h35 struct wl_client *wl_client; member
Dresources-test.c37 struct wl_client *client; in TEST()
103 struct wl_client *client; in TEST()
157 struct wl_client *client; in TEST()
Dcompositor-introspection-test.c51 struct wl_client *client;
65 struct wl_client *client, *client_it; in check_client_list()
Ddisplay-test.c215 find_client_info(struct display *d, struct wl_client *client) in find_client_info()
220 if (ci->wl_client == client) in find_client_info()
228 bind_seat(struct wl_client *client, void *data, in bind_seat()
416 wl_client_post_no_memory(cl->wl_client); in TEST()
455 wl_client_post_implementation_error(cl->wl_client, "Error %i", 20); in TEST()
827 bind_seat_and_post_error(struct wl_client *client, void *data, in bind_seat_and_post_error()
976 global_filter(const struct wl_client *client, in global_filter()
989 bind_data_offer(struct wl_client *client, void *data, in bind_data_offer()
1188 fd_passer_clobber(struct wl_client *client, struct wl_resource *res) in fd_passer_clobber()
1210 fd_passer_twin(struct wl_client *client, struct wl_resource *res, struct wl_resource *passer) in fd_passer_twin()
[all …]
Dclient-test.c58 struct wl_client *client; in TEST()
Dprotocol-logger-test.c54 struct wl_client *client;
Dsocket-test.c208 struct wl_client *client = data; in client_create_notify()
Dqueue-test.c307 dummy_bind(struct wl_client *client, in dummy_bind()
Dconnection-test.c750 wl_client_post_no_memory(cl->wl_client); in TEST()
804 struct wl_client *client; in TEST()
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c53 buffer_destroy(struct wl_client *client, struct wl_resource *resource) in buffer_destroy()
59 create_buffer(struct wl_client *client, struct wl_resource *resource, in create_buffer()
109 drm_create_buffer(struct wl_client *client, struct wl_resource *resource, in drm_create_buffer()
135 drm_create_planar_buffer(struct wl_client *client, in drm_create_planar_buffer()
164 drm_create_prime_buffer(struct wl_client *client, in drm_create_prime_buffer()
178 drm_authenticate(struct wl_client *client, in drm_authenticate()
199 bind_drm(struct wl_client *client, void *data, uint32_t version, uint32_t id) in bind_drm()
/external/wayland/patches/
D0003-client-server-Safe-casts-from-wl_object.diff116 wl_client_add_destroy_listener(struct wl_client *client,
D0001-client-Support-client-protocol-loggers.diff226 struct wl_client *client;