summaryrefslogtreecommitdiff
path: root/host/commands/launch/launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/launch/launch.h')
-rw-r--r--host/commands/launch/launch.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/host/commands/launch/launch.h b/host/commands/launch/launch.h
deleted file mode 100644
index 1584605f..00000000
--- a/host/commands/launch/launch.h
+++ /dev/null
@@ -1,38 +0,0 @@
-#pragma once
-
-#include <functional>
-
-#include "common/libs/utils/subprocess.h"
-#include "host/commands/launch/process_monitor.h"
-#include "host/libs/config/cuttlefish_config.h"
-
-int GetHostPort();
-bool AdbUsbEnabled(const vsoc::CuttlefishConfig& config);
-void ValidateAdbModeFlag(const vsoc::CuttlefishConfig& config);
-
-cvd::Command GetIvServerCommand(const vsoc::CuttlefishConfig& config);
-std::vector <cvd::SharedFD> LaunchKernelLogMonitor(
- const vsoc::CuttlefishConfig& config,
- cvd::ProcessMonitor* process_monitor,
- unsigned int number_of_event_pipes);
-void LaunchConfigServer(const vsoc::CuttlefishConfig& config,
- cvd::ProcessMonitor* process_monitor);
-void LaunchUsbServerIfEnabled(const vsoc::CuttlefishConfig& config,
- cvd::ProcessMonitor* process_monitor);
-bool LaunchVNCServerIfEnabled(const vsoc::CuttlefishConfig& config,
- cvd::ProcessMonitor* process_monitor,
- std::function<bool(cvd::MonitorEntry*)> callback);
-void LaunchStreamAudioIfEnabled(const vsoc::CuttlefishConfig& config,
- cvd::ProcessMonitor* process_monitor,
- std::function<bool(cvd::MonitorEntry*)> callback);
-void LaunchAdbConnectorIfEnabled(cvd::ProcessMonitor* process_monitor,
- const vsoc::CuttlefishConfig& config,
- cvd::SharedFD adbd_events_pipe);
-void LaunchSocketForwardProxyIfEnabled(cvd::ProcessMonitor* process_monitor,
- const vsoc::CuttlefishConfig& config);
-void LaunchSocketVsockProxyIfEnabled(cvd::ProcessMonitor* process_monitor,
- const vsoc::CuttlefishConfig& config);
-void LaunchIvServerIfEnabled(cvd::ProcessMonitor* process_monitor,
- const vsoc::CuttlefishConfig& config);
-void LaunchTombstoneReceiverIfEnabled(const vsoc::CuttlefishConfig& config,
- cvd::ProcessMonitor* process_monitor); \ No newline at end of file