OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wl_display_get_error
(Results
1 - 5
of
5
) sorted by null
/external/wayland/src/
wayland-client-core.h
227
wl_display_get_error
(struct wl_display *display);
wayland-client.c
1779
wl_display_get_error
(struct wl_display *display)
function
[
all
...]
/external/wayland/tests/
display-test.c
191
err =
wl_display_get_error
(c->wl_display);
384
assert(
wl_display_get_error
(c->wl_display) == ENOMEM);
464
assert(
wl_display_get_error
(c->wl_display));
717
assert(
wl_display_get_error
(c->wl_display) == 0);
901
assert(
wl_display_get_error
(c->wl_display) == EPROTO);
test-compositor.c
472
err =
wl_display_get_error
(display);
connection-test.c
633
assert(
wl_display_get_error
(c->wl_display) == ENOMEM);
Completed in 566 milliseconds