Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/screen_connector/
Dwayland_screen_connector.cpp35 server_.reset(new wayland::WaylandServer(wayland_fd)); in WaylandScreenConnector()
41 server_->OnFrameAfter(frame_number, frame_callback); in OnFrameAfter()
Dwayland_screen_connector.h35 std::unique_ptr<wayland::WaylandServer> server_;
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_server.cpp31 : server_(port), in VncServer()
39 auto connection = server_.Accept(); in MainLoop()
Dvnc_server.h49 ServerSocket server_; variable