Home
last modified time | relevance | path

Searched refs:stop_display (Results 1 – 4 of 4) sorted by relevance

/external/wayland/tests/
Ddisplay-test.c257 assert(stop_display(c, 1) == -1); in post_error_main()
300 assert(stop_display(c, 2) >= 0); in post_error_main2()
312 assert(stop_display(c, 2) == -1); in post_error_main3()
383 assert(stop_display(c, 1) == -1); in post_nomem_main()
897 assert(stop_display(c, 1) == -1); in check_error_on_destroyed_object()
Dtest-compositor.h72 int stop_display(struct client *, int);
Dtest-compositor.c62 void (*stop_display)(struct wl_client *client, member
500 stop_display(struct client *c, int num) in stop_display() function
Dconnection-test.c631 assert(stop_display(c, 1) == -1); in leak_after_error()