Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop.cpp52 class ServerLoopImpl : public ServerLoop, public SetupFeature { class
54 INJECT(ServerLoopImpl(const CuttlefishConfig& config, in INJECT()
258 .bind<ServerLoop, ServerLoopImpl>() in serverLoopComponent()
259 .addMultibinding<SetupFeature, ServerLoopImpl>(); in serverLoopComponent()