Searched refs:ServerLoop (Results 1 – 5 of 5) sorted by relevance
47 ServerLoop(wayland_socket_fd); in WaylandServer()59 void WaylandServer::ServerLoop(int fd) { in ServerLoop() function in wayland::WaylandServer
58 void ServerLoop(int wayland_socket_fd);
27 std::thread([this, frames_fd]() { ServerLoop(frames_fd); }); in SocketBasedScreenConnector()53 void SocketBasedScreenConnector::ServerLoop(int frames_fd) { in ServerLoop() function in cuttlefish::SocketBasedScreenConnector
42 void ServerLoop(int frames_fd);
310 void ServerLoop(cuttlefish::SharedFD server, in ServerLoop() function568 ServerLoop(launcher_monitor_socket, &process_monitor); // Should not return in main()