Home
last modified time | relevance | path

Searched refs:wl_display_get_error (Results 1 – 5 of 5) sorted by relevance

/external/wayland/tests/
Ddisplay-test.c191 err = wl_display_get_error(c->wl_display); in check_pending_error()
384 assert(wl_display_get_error(c->wl_display) == ENOMEM); in post_nomem_main()
464 assert(wl_display_get_error(c->wl_display)); in thread_read_error()
717 assert(wl_display_get_error(c->wl_display) == 0); in wait_for_error_using_prepare_read()
901 assert(wl_display_get_error(c->wl_display) == EPROTO); in check_error_on_destroyed_object()
Dtest-compositor.c472 err = wl_display_get_error(display); in check_error()
Dconnection-test.c633 assert(wl_display_get_error(c->wl_display) == ENOMEM); in leak_after_error()
/external/wayland/src/
Dwayland-client-core.h227 wl_display_get_error(struct wl_display *display);
Dwayland-client.c1779 wl_display_get_error(struct wl_display *display) in wl_display_get_error() function