Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/screen_connector/
Dwayland_screen_connector.cpp31 int wayland_fd = fcntl(frames_fd, F_DUPFD_CLOEXEC, 3); in WaylandScreenConnector() local
32 CHECK(wayland_fd != -1) << "Unable to dup server, errno " << errno; in WaylandScreenConnector()
35 server_.reset(new wayland::WaylandServer(wayland_fd)); in WaylandScreenConnector()