Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/screen_connector/
Dwayland_screen_connector.cpp29 frames_fd, in WaylandScreenConnector()
32 int wayland_fd = fcntl(frames_fd, F_DUPFD_CLOEXEC, 3); in WaylandScreenConnector()
34 close(frames_fd); in WaylandScreenConnector()
Dwayland_screen_connector.h32 INJECT(WaylandScreenConnector(ANNOTATED(FramesFd, int) frames_fd,
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp116 CreateConfirmationUIComponent(int* frames_fd, bool* frames_are_rgba, in CreateConfirmationUIComponent() argument
122 *frames_fd) in CreateConfirmationUIComponent()
244 int frames_fd = FLAGS_frame_server_fd; in CuttlefishMain() local
249 std::addressof(frames_fd), in CuttlefishMain()