Home
last modified time | relevance | path

Searched refs:wl_display_get_fd (Results 1 – 19 of 19) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
Dmain.cpp83 int const fd = wl_display_get_fd(wlContext->GetWLDisplay()); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dwayland_event_source.c161 source->pfd.fd = wl_display_get_fd (display); in wayland_event_source_new()
/third_party/wayland_standard/src/
Dwayland-client-core.h217 wl_display_get_fd(struct wl_display *display);
Dwayland-client.c1198 wl_display_get_fd(struct wl_display *display) in wl_display_get_fd() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dwayland_event_source.c202 source->pfd.fd = wl_display_get_fd (display); in wayland_event_source_new()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandsym.h49 SDL_WAYLAND_SYM(int, wl_display_get_fd, (struct wl_display *))
/third_party/wayland_standard/tests/
Ddisplay-test.c540 close(wl_display_get_fd(c->wl_display)); in threading_post_err()
687 close(wl_display_get_fd(c->wl_display)); in threading_read_after_error()
764 pfd[0].fd = wl_display_get_fd(c->wl_display); in wait_for_error_using_prepare_read()
1437 sock = wl_display_get_fd(c->wl_display); in send_overflow_client()
Dconnection-test.c693 pfd.fd = wl_display_get_fd(c->wl_display); in leak_closure()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c261 pollfd.fd = wl_display_get_fd (self->display); in gst_wl_display_thread_run()
/third_party/weston/clients/
Dmulti-resource.c518 fds[0].fd = wl_display_get_fd(display->display); in main_loop()
Dpresentation-shm.c836 wl_display_get_fd(display->display); in create_display()
Dwindow.c6255 d->display_fd = wl_display_get_fd(d->display); in display_create()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c525 p_display->display_fd = wl_display_get_fd(p_display->p_display); in CreateDisplay()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c756 pfd[0].fd = wl_display_get_fd(display); in display_poll()
/third_party/flutter/glfw/src/
Dwl_window.c272 { wl_display_get_fd(display), POLLIN }, in handleEvents()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c944 int wl_fd = wl_display_get_fd(chain->display->wl_display); in wsi_wl_swapchain_acquire_next_image()
/third_party/weston/compositor/
Dscreen-share.c997 epoll_fd = wl_display_get_fd(so->parent.display); in shared_output_create()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c1243 int const fd = wl_display_get_fd(display); in control_thread()
/third_party/weston/libweston/backend-wayland/
Dwayland.c2806 fd = wl_display_get_fd(b->parent.wl_display); in wayland_backend_create()