Home
last modified time | relevance | path

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

/external/wayland/patches/
D0001-client-Support-client-protocol-loggers.diff93 + wl_closure_print(closure, &proxy->object, send);
120 - wl_closure_print(closure, &proxy->object, true);
147 - wl_closure_print(closure, &proxy->object, false);
155 - wl_closure_print(closure, &proxy->object, false);
D0002-tests-Add-demo-real-world-protocol-logging.diff7 duplicating the same output produced by the internal wl_closure_print.
58 +// This duplicates what the internal wl_closure_print function does, and can be
/external/wayland/src/
Dwayland-private.h213 wl_closure_print(struct wl_closure *closure,
Dconnection.c1259 wl_closure_print(struct wl_closure *closure, struct wl_object *target, int send) in wl_closure_print() function
Dwayland-client.c132 wl_closure_print(closure, &proxy->object, send); in log_closure()
Dwayland-server.c154 wl_closure_print(closure, object, send); in log_closure()