HomeSort by relevance Sort by last modified time
    Searched refs:WL_EVENT_WRITABLE (Results 1 - 3 of 3) sorted by null

  /external/wayland/src/
event-loop.c 84 mask |= WL_EVENT_WRITABLE;
115 if (mask & WL_EVENT_WRITABLE)
157 if (mask & WL_EVENT_WRITABLE)
wayland-server-core.h 40 WL_EVENT_WRITABLE = 0x02,
wayland-server.c 287 if (mask & WL_EVENT_WRITABLE) {
1124 WL_EVENT_WRITABLE |
    [all...]

Completed in 210 milliseconds