Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop.cpp29 ServerLoop::~ServerLoop() = default;
35 ServerLoop>
39 .bind<ServerLoop, ServerLoopImpl>() in serverLoopComponent()
Dserver_loop.h27 class ServerLoop {
29 virtual ~ServerLoop();
37 ServerLoop>
Dmain.cc84 ServerLoop& server_loop)) in INJECT()
111 ServerLoop& server_loop_;
Dserver_loop_impl.h43 class ServerLoopImpl : public ServerLoop,
/device/google/cuttlefish/host/commands/metrics/
Dhost_receiver.cc35 void MetricsHostReceiver::ServerLoop() { in ServerLoop() function in cuttlefish::MetricsHostReceiver
68 thread_ = std::thread(&MetricsHostReceiver::ServerLoop, this); in Initialize()
Dhost_receiver.h28 void ServerLoop();
/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.cpp48 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
Dwayland_server.h60 void ServerLoop(int wayland_socket_fd, bool wayland_frames_are_rgba);