Home
last modified time | relevance | path

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

/external/swiftshader/include/Wayland/
Dwayland-client-core.h286 wl_log_set_handler_client(wl_log_func_t handler);
/external/wayland/src/
Dwayland-client-core.h289 wl_log_set_handler_client(wl_log_func_t handler);
Dwayland-client.c2659 wl_log_set_handler_client(wl_log_func_t handler) in wl_log_set_handler_client() function
/external/wayland/patches/
D0004-client-Safe-cast-a-wl_object-to-wl_proxy.diff66 wl_log_set_handler_client(wl_log_func_t handler)
D0002-client-Add-message-observer-interface.diff35 wl_log_set_handler_client(wl_log_func_t handler);
313 @@ -2538,3 +2599,64 @@ wl_log_set_handler_client(wl_log_func_t handler)
/external/wayland/tests/
Dtest-compositor.c192 wl_log_set_handler_client(client_log_handler); in run_client()