Home
last modified time | relevance | path

Searched refs:WL_EVENT_WRITABLE (Results 1 – 8 of 8) sorted by relevance

/third_party/weston/libweston/
Ddbus.c70 if (mask & WL_EVENT_WRITABLE) in weston_dbus_dispatch_watch()
95 mask |= WL_EVENT_WRITABLE; in weston_dbus_add_watch()
133 mask |= WL_EVENT_WRITABLE; in weston_dbus_toggle_watch()
Dclipboard.c231 wl_event_loop_add_fd(loop, fd, WL_EVENT_WRITABLE, in clipboard_client_create()
/third_party/wayland_standard/src/
Devent-loop.c106 mask |= WL_EVENT_WRITABLE; in wl_event_source_fd_dispatch()
137 if (mask & WL_EVENT_WRITABLE) in add_source()
223 if (mask & WL_EVENT_WRITABLE) in wl_event_source_fd_update()
Dwayland-server-core.h41 WL_EVENT_WRITABLE = 0x02, enumerator
Dwayland-server.c346 if (mask & WL_EVENT_WRITABLE) { in wl_client_connection_data()
1365 WL_EVENT_WRITABLE | in wl_display_flush_clients()
/third_party/weston/xwayland/
Dselection.c98 writable_callback(wm->data_source_fd, WL_EVENT_WRITABLE, wm); in weston_wm_write_property()
104 WL_EVENT_WRITABLE, in weston_wm_write_property()
/third_party/weston/compositor/
Dscreen-share.c770 if (mask & WL_EVENT_WRITABLE) in shared_output_handle_event()
/third_party/weston/libweston/backend-wayland/
Dwayland.c2622 if (mask & WL_EVENT_WRITABLE) in wayland_backend_handle_event()