Searched refs:wl_closure_print (Results 1 – 6 of 6) sorted by relevance
/external/wayland/patches/ |
D | 0001-client-Support-client-protocol-loggers.diff | 93 + 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);
|
D | 0002-tests-Add-demo-real-world-protocol-logging.diff | 7 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/ |
D | wayland-private.h | 213 wl_closure_print(struct wl_closure *closure,
|
D | connection.c | 1259 wl_closure_print(struct wl_closure *closure, struct wl_object *target, int send) in wl_closure_print() function
|
D | wayland-client.c | 132 wl_closure_print(closure, &proxy->object, send); in log_closure()
|
D | wayland-server.c | 154 wl_closure_print(closure, object, send); in log_closure()
|