OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wl_closure_send
(Results
1 - 6
of
6
) sorted by null
/external/wayland/src/
wayland-private.h
208
wl_closure_send
(struct wl_closure *closure, struct wl_connection *connection);
connection.c
1115
wl_closure_send
(struct wl_closure *closure, struct wl_connection *connection)
function
wayland-client.c
658
if (
wl_closure_send
(closure, proxy->display->connection))
[
all
...]
wayland-server.c
178
if (
wl_closure_send
(closure, resource->client->connection))
[
all
...]
/external/wayland/tests/
connection-test.c
178
assert(
wl_closure_send
(closure, data->write_connection) == 0);
263
assert(
wl_closure_send
(closure, data->write_connection) < 0);
442
assert(
wl_closure_send
(closure, data->write_connection) == 0);
os-wrappers-test.c
249
assert(
wl_closure_send
(closure, data->write_connection) == 0);
Completed in 48 milliseconds