Searched refs:wayland_fd (Results 1 – 1 of 1) sorted by relevance
31 int wayland_fd = fcntl(frames_fd, F_DUPFD_CLOEXEC, 3); in WaylandScreenConnector() local32 CHECK(wayland_fd != -1) << "Unable to dup server, errno " << errno; in WaylandScreenConnector()35 server_.reset(new wayland::WaylandServer(wayland_fd)); in WaylandScreenConnector()