Searched refs:wl_log (Results 1 – 7 of 7) sorted by relevance
/external/wayland/src/ |
D | connection.c | 72 wl_log("Data too big for buffer (%d > %d).\n", in wl_buffer_put() 539 wl_log("too many args (%d)\n", count); in wl_closure_marshal() 602 wl_log("error marshalling arguments for %s (signature %s): " in wl_closure_marshal() 638 wl_log("too many args (%d)\n", count); in wl_connection_demarshal() 665 wl_log("message too short, " in wl_connection_demarshal() 692 wl_log("message too short, " in wl_connection_demarshal() 703 wl_log("string not nul-terminated, " in wl_connection_demarshal() 718 wl_log("NULL object received on non-nullable " in wl_connection_demarshal() 730 wl_log("NULL new ID received on non-nullable " in wl_connection_demarshal() 738 wl_log("not a valid new object id (%u), " in wl_connection_demarshal() [all …]
|
D | wayland-server.c | 1011 wl_log("wl_global_create: failing to create interface " in wl_global_create() 1018 wl_log("wl_global_create: implemented version for '%s' " in wl_global_create() 1144 wl_log("failed to accept: %m\n"); in socket_data() 1164 wl_log("unable to open lockfile %s check permissions\n", in wl_socket_lock() 1170 wl_log("unable to lock lockfile %s, maybe another compositor is running\n", in wl_socket_lock() 1177 wl_log("did not manage to stat file %s\n", in wl_socket_lock() 1209 wl_log("error: XDG_RUNTIME_DIR not set in the environment\n"); in wl_socket_init_for_display_name() 1225 wl_log("error: socket path \"%s/%s\" plus null terminator" in wl_socket_init_for_display_name() 1249 wl_log("bind() failed with error: %m\n"); in _wl_display_add_socket() 1254 wl_log("listen() failed with error: %m\n"); in _wl_display_add_socket() [all …]
|
D | wayland-client.c | 473 wl_log("proxy %p already has listener\n", proxy); in wl_proxy_add_listener() 531 wl_log("proxy %p already has listener\n", proxy); in wl_proxy_add_dispatcher() 810 wl_log("%s@%u: error %d: %s\n", in display_handle_error() 818 wl_log("[destroyed object]: error %d: %s\n", in display_handle_error() 838 wl_log("error: received delete_id for unknown id (%u)\n", id); in display_handle_delete_id() 863 wl_log("error: XDG_RUNTIME_DIR not set in the environment.\n"); in connect_to_socket() 887 wl_log("error: socket path \"%s/%s\" plus null terminator" in connect_to_socket()
|
D | event-loop.c | 181 wl_log("timerfd read error: %m\n"); in wl_event_source_timer_dispatch() 242 wl_log("signalfd read error: %m\n"); in wl_event_source_signal_dispatch()
|
D | wayland-private.h | 222 void wl_log(const char *fmt, ...);
|
D | wayland-util.c | 401 wl_log(const char *fmt, ...) in wl_log() function
|
D | wayland-shm.c | 394 wl_log("Buffer address requested when its parent pool " in wl_shm_buffer_get_data()
|