Searched refs:adjust_closure_args_for_logging (Results 1 – 3 of 3) sorted by relevance
/external/wayland/patches/ |
D | 0001-connection-Simplify-wl_closure_print.diff | 104 +adjust_closure_args_for_logging(struct wl_closure *closure, bool send) 152 + adjust_closure_args_for_logging(&adjusted_closure, send);
|
D | 0002-client-Add-message-observer-interface.diff | 162 @@ -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/ |
D | wayland-client.c | 140 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()
|