Home
last modified time | relevance | path

Searched refs:wl_closure_send (Results 1 – 6 of 6) sorted by relevance

/third_party/wayland_standard/src/
Dwayland-private.h207 wl_closure_send(struct wl_closure *closure, struct wl_connection *connection);
Dwayland-client.c757 if (wl_closure_send(closure, proxy->display->connection)) { in wl_proxy_marshal_array_constructor_versioned()
Dconnection.c1202 wl_closure_send(struct wl_closure *closure, struct wl_connection *connection) in wl_closure_send() function
Dwayland-server.c238 handle_array(resource, opcode, args, wl_closure_send); in wl_resource_post_event_array()
/third_party/wayland_standard/tests/
Dconnection-test.c213 assert(wl_closure_send(closure, data->write_connection) == 0); in marshal()
298 assert(wl_closure_send(closure, data->write_connection) < 0); in expected_fail_marshal_send()
477 assert(wl_closure_send(closure, data->write_connection) == 0); in marshal_demarshal()
Dos-wrappers-test.c249 assert(wl_closure_send(closure, data->write_connection) == 0); in marshal_demarshal()