Home
last modified time | relevance | path

Searched refs:adjust_closure_args_for_logging (Results 1 – 3 of 3) sorted by relevance

/external/wayland/patches/
D0001-connection-Simplify-wl_closure_print.diff104 +adjust_closure_args_for_logging(struct wl_closure *closure, bool send)
152 + adjust_closure_args_for_logging(&adjusted_closure, send);
D0002-client-Add-message-observer-interface.diff162 @@ -151,6 +160,28 @@ adjust_closure_args_for_logging(struct wl_closure *closure, bool send)
191 @@ -158,16 +189,18 @@ adjust_closure_args_for_logging(struct wl_closure *closure, bool send)
216 adjust_closure_args_for_logging(&adjusted_closure, send);
/external/wayland/src/
Dwayland-client.c140 adjust_closure_args_for_logging(struct wl_closure *closure, bool send) in adjust_closure_args_for_logging() function
214 adjust_closure_args_for_logging(&adjusted_closure, send); in closure_log()