Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.cpp47 ServerLoop(wayland_socket_fd); in WaylandServer()
59 void WaylandServer::ServerLoop(int fd) { in ServerLoop() function in wayland::WaylandServer
Dwayland_server.h58 void ServerLoop(int wayland_socket_fd);
/device/google/cuttlefish/host/libs/screen_connector/
Dsocket_based_screen_connector.cpp27 std::thread([this, frames_fd]() { ServerLoop(frames_fd); }); in SocketBasedScreenConnector()
53 void SocketBasedScreenConnector::ServerLoop(int frames_fd) { in ServerLoop() function in cuttlefish::SocketBasedScreenConnector
Dsocket_based_screen_connector.h42 void ServerLoop(int frames_fd);
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc310 void ServerLoop(cuttlefish::SharedFD server, in ServerLoop() function
568 ServerLoop(launcher_monitor_socket, &process_monitor); // Should not return in main()