Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp89 for (auto& command_source : command_sources_) { in Run() local
90 if (command_source->Enabled()) { in Run()
91 auto commands = CF_EXPECT(command_source->Commands()); in Run()