Home
last modified time | relevance | path

Searched refs:wl_log_func_t (Results 1 – 7 of 7) sorted by relevance

/external/wayland/src/
Dwayland-client-core.h261 wl_log_set_handler_client(wl_log_func_t handler);
Dwayland-util.h630 typedef void (*wl_log_func_t)(const char *, va_list) WL_PRINTF(1, 0); typedef
Dwayland-private.h220 extern wl_log_func_t wl_log_handler;
Dwayland-server-core.h524 wl_log_set_handler_server(wl_log_func_t handler);
Dwayland-util.c398 wl_log_func_t wl_log_handler = wl_log_stderr_handler;
Dwayland-client.c2073 wl_log_set_handler_client(wl_log_func_t handler) in wl_log_set_handler_client()
Dwayland-server.c1514 wl_log_set_handler_server(wl_log_func_t handler) in wl_log_set_handler_server()