Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-private.h53 struct wl_object { struct
59 extern struct wl_object global_zombie_object; argument
176 wl_closure_marshal(struct wl_object *sender,
181 wl_closure_vmarshal(struct wl_object *sender,
201 struct wl_object *target, uint32_t opcode, void *data);
205 struct wl_object *target, uint32_t opcode);
215 struct wl_object *target, int send);
Dwayland-server.h48 struct wl_object { struct
55 struct wl_object object; argument
Dconnection.c509 args[i].o = va_arg(ap, struct wl_object *); in wl_argument_from_va_list()
512 args[i].o = va_arg(ap, struct wl_object *); in wl_argument_from_va_list()
527 wl_closure_marshal(struct wl_object *sender, uint32_t opcode, in wl_closure_marshal()
532 struct wl_object *object; in wl_closure_marshal()
610 wl_closure_vmarshal(struct wl_object *sender, uint32_t opcode, va_list ap, in wl_closure_vmarshal()
803 struct wl_object *object; in wl_closure_lookup_objects()
909 struct wl_object *target, uint32_t opcode, void *data) in wl_closure_invoke()
940 struct wl_object *target, uint32_t opcode) in wl_closure_dispatch()
1171 wl_closure_print(struct wl_closure *closure, struct wl_object *target, int send) in wl_closure_print()
Dwayland-server.c117 struct wl_object object;
139 struct wl_object *object = &resource->object; in log_closure()
168 struct wl_object *object = &resource->object; in wl_resource_post_event_array()
190 struct wl_object *object = &resource->object; in wl_resource_post_event()
207 struct wl_object *object = &resource->object; in wl_resource_queue_event_array()
229 struct wl_object *object = &resource->object; in wl_resource_queue_event()
274 struct wl_object *object; in wl_client_connection_data()
Dwayland-util.h603 struct wl_object *o; /**< object */
Dwayland-util.c156 struct wl_object global_zombie_object;
Dwayland-client.c59 struct wl_object object;
1178 closure->args[i].o = (struct wl_object *)proxy; in create_proxies()
/external/wayland/tests/
Dconnection-test.c169 static struct wl_object sender = { NULL, NULL, 1234 }; in marshal()
190 struct wl_object object; in TEST()
233 static struct wl_object sender = { 0 }; in expected_fail_marshal()
254 static struct wl_object sender = { NULL, NULL, 1234 }; in expected_fail_marshal_send()
272 struct wl_object object; in TEST()
310 struct wl_object *object, uint32_t u) in validate_demarshal_u()
317 struct wl_object *object, int32_t i) in validate_demarshal_i()
324 struct wl_object *object, const char *s) in validate_demarshal_s()
334 struct wl_object *object, int fd) in validate_demarshal_h()
349 struct wl_object *object, wl_fixed_t f) in validate_demarshal_f()
[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()