Home
last modified time | relevance | path

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

/third_party/wayland_standard/src/
Dwayland-private.h50 struct wl_object { struct
172 wl_closure_marshal(struct wl_object *sender,
177 wl_closure_vmarshal(struct wl_object *sender,
200 struct wl_object *target, uint32_t opcode, void *data);
204 struct wl_object *target, uint32_t opcode);
214 struct wl_object *target, int send);
Dwayland-server.h58 struct wl_object { struct
65 struct wl_object object; argument
Dwayland-util.h83 struct wl_object;
688 struct wl_object *o; /**< `object` */
Dconnection.c524 args[i].o = va_arg(ap, struct wl_object *); in wl_argument_from_va_list()
527 args[i].o = va_arg(ap, struct wl_object *); in wl_argument_from_va_list()
600 wl_closure_marshal(struct wl_object *sender, uint32_t opcode, in wl_closure_marshal()
605 struct wl_object *object; in wl_closure_marshal()
676 wl_closure_vmarshal(struct wl_object *sender, uint32_t opcode, va_list ap, in wl_closure_vmarshal()
886 struct wl_object *object; in wl_closure_lookup_objects()
992 struct wl_object *target, uint32_t opcode, void *data) in wl_closure_invoke()
1024 struct wl_object *target, uint32_t opcode) in wl_closure_dispatch()
1258 wl_closure_print(struct wl_closure *closure, struct wl_object *target, int send) in wl_closure_print()
Dwayland-server.c121 struct wl_object object;
148 struct wl_object *object = &resource->object; in log_closure()
176 struct wl_object *object = &resource->object; in verify_objects()
208 struct wl_object *object = &resource->object; in handle_array()
245 struct wl_object *object = &resource->object; in wl_resource_post_event()
268 struct wl_object *object = &resource->object; in wl_resource_queue_event()
328 struct wl_object *object; in wl_client_connection_data()
Dwayland-client.c64 struct wl_object object;
1315 closure->args[i].o = (struct wl_object *)proxy; in create_proxies()
/third_party/wayland_standard/tests/
Dconnection-test.c145 struct wl_object fake_object, fake_new_object; in TEST()
204 static struct wl_object sender = { NULL, NULL, 1234 }; in marshal()
225 struct wl_object object; in TEST()
268 static struct wl_object sender = { 0 }; in expected_fail_marshal()
289 static struct wl_object sender = { NULL, NULL, 1234 }; in expected_fail_marshal_send()
307 struct wl_object object; in TEST()
345 struct wl_object *object, uint32_t u) in validate_demarshal_u()
352 struct wl_object *object, int32_t i) in validate_demarshal_i()
359 struct wl_object *object, const char *s) in validate_demarshal_s()
369 struct wl_object *object, int fd) in validate_demarshal_h()
[all …]
Dos-wrappers-test.c237 static struct wl_object sender = { NULL, NULL, 1234 }; in marshal_demarshal()
240 struct wl_object object = { NULL, &func, 1234 }; in marshal_demarshal()
266 struct wl_object *object, int fd1, int fd2, int fd3) in validate_recvmsg_h()