Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp34 int wayland_fd = fcntl(wayland_socket_fd, F_DUPFD_CLOEXEC, 3); in DisplayHandler() local
35 CHECK(wayland_fd != -1) << "Unable to dup server, errno " << errno; in DisplayHandler()
38 wayland_fd, wayland_frames_are_rgba); in DisplayHandler()