Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dutil.h35 Result<SharedFD> GetLauncherMonitor(const CuttlefishConfig& config,
Dutil.cc92 Result<SharedFD> GetLauncherMonitor(const CuttlefishConfig& config, in GetLauncherMonitor() function
/device/google/cuttlefish/host/commands/record_cvd/
Drecord_cvd.cc51 GetLauncherMonitor(*config, FLAGS_instance_num, FLAGS_wait_for_launcher)); in RecordCvdMain()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc48 GetLauncherMonitor(*config, FLAGS_instance_num, FLAGS_wait_for_launcher)); in PowerwashCvdMain()
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc48 GetLauncherMonitor(*config, FLAGS_instance_num, FLAGS_wait_for_launcher)); in RestartCvdMain()
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dmain.cc61 GetLauncherMonitor(config, instance_num, parsed.wait_for_launcher)); in BroadcastLauncherAction()
/device/google/cuttlefish/host/commands/display/
Dmain.cpp198 GetLauncherMonitor(*config, instance_num, /*timeout_seconds=*/5)); in DoScreenshot()