Searched refs:ServerLoop (Results 1 – 8 of 8) sorted by relevance
29 ServerLoop::~ServerLoop() = default;35 ServerLoop>39 .bind<ServerLoop, ServerLoopImpl>() in serverLoopComponent()
27 class ServerLoop {29 virtual ~ServerLoop();37 ServerLoop>
84 ServerLoop& server_loop)) in INJECT()111 ServerLoop& server_loop_;
43 class ServerLoopImpl : public ServerLoop,
35 void MetricsHostReceiver::ServerLoop() { in ServerLoop() function in cuttlefish::MetricsHostReceiver68 thread_ = std::thread(&MetricsHostReceiver::ServerLoop, this); in Initialize()
28 void ServerLoop();
48 ServerLoop(wayland_socket_fd, wayland_frames_are_rgba); in WaylandServer()60 void WaylandServer::ServerLoop(int fd, bool frames_are_rgba) { in ServerLoop() function in wayland::WaylandServer
60 void ServerLoop(int wayland_socket_fd, bool wayland_frames_are_rgba);