Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dutil.h33 Result<SharedFD> GetLauncherMonitor(const CuttlefishConfig& config,
Dutil.cc86 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()