Searched refs:wl_closure (Results 1 – 6 of 6) sorted by relevance
/external/wayland/src/ |
D | wayland-private.h | 143 struct wl_closure { struct 175 struct wl_closure * 180 struct wl_closure * 185 struct wl_closure * 192 wl_closure_lookup_objects(struct wl_closure *closure, struct wl_map *objects); 200 wl_closure_invoke(struct wl_closure *closure, uint32_t flags, 204 wl_closure_dispatch(struct wl_closure *closure, wl_dispatcher_func_t dispatcher, 208 wl_closure_send(struct wl_closure *closure, struct wl_connection *connection); 211 wl_closure_queue(struct wl_closure *closure, struct wl_connection *connection); 214 wl_closure_print(struct wl_closure *closure, [all …]
|
D | connection.c | 526 struct wl_closure * 531 struct wl_closure *closure; in wl_closure_marshal() 609 struct wl_closure * 621 struct wl_closure * 633 struct wl_closure *closure; in wl_connection_demarshal() 801 wl_closure_lookup_objects(struct wl_closure *closure, struct wl_map *objects) in wl_closure_lookup_objects() 908 wl_closure_invoke(struct wl_closure *closure, uint32_t flags, in wl_closure_invoke() 939 wl_closure_dispatch(struct wl_closure *closure, wl_dispatcher_func_t dispatcher, in wl_closure_dispatch() 947 copy_fds_to_connection(struct wl_closure *closure, in copy_fds_to_connection() 975 buffer_size_for_closure(struct wl_closure *closure) in buffer_size_for_closure() [all …]
|
D | wayland-client.c | 226 decrease_closure_args_refcount(struct wl_closure *closure) in decrease_closure_args_refcount() 259 struct wl_closure *closure; in wl_event_queue_release() 265 struct wl_closure, link); in wl_event_queue_release() 636 struct wl_closure *closure; in wl_proxy_marshal_array_constructor_versioned() 1154 create_proxies(struct wl_proxy *sender, struct wl_closure *closure) in create_proxies() 1189 increase_closure_args_refcount(struct wl_closure *closure) in increase_closure_args_refcount() 1219 struct wl_closure *closure; in queue_event() 1272 struct wl_closure *closure; in dispatch_event() 1278 struct wl_closure, link); in dispatch_event()
|
D | wayland-server.c | 137 struct wl_closure *closure, int send) in log_closure() 167 struct wl_closure *closure; in wl_resource_post_event_array() 206 struct wl_closure *closure; in wl_resource_queue_event_array() 275 struct wl_closure *closure; in wl_client_connection_data()
|
/external/wayland/tests/ |
D | connection-test.c | 167 struct wl_closure *closure; in marshal() 228 struct wl_closure *closure; in expected_fail_marshal() 252 struct wl_closure *closure; in expected_fail_marshal_send() 359 struct wl_closure *closure; in demarshal() 428 struct wl_closure *closure; in marshal_demarshal() 545 struct wl_closure *closure; in marshal_helper()
|
D | os-wrappers-test.c | 235 struct wl_closure *closure; in marshal_demarshal()
|