Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/run_cvd/launch/streamer.h"
#include <errno.h>
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
#include <sstream>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>
#include <android-base/logging.h>
#include <fruit/component.h>
#include <fruit/fruit_forward_decls.h>
#include <fruit/macro.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/host/commands/run_cvd/launch/input_connections_provider.h"
#include "cuttlefish/host/commands/run_cvd/launch/sensors_socket_pair.h"
#include "cuttlefish/host/commands/run_cvd/launch/webrtc_controller.h"
#include "cuttlefish/host/commands/run_cvd/reporting.h"
#include "cuttlefish/host/libs/config/config_constants.h"
#include "cuttlefish/host/libs/config/config_utils.h"
#include "cuttlefish/host/libs/config/custom_actions.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/vmm_mode.h"
#include "cuttlefish/host/libs/config/guest_os.h"
#include "cuttlefish/host/libs/config/known_paths.h"
#include "cuttlefish/host/libs/feature/command_source.h"
#include "cuttlefish/host/libs/feature/feature.h"
#include "cuttlefish/host/libs/feature/kernel_log_pipe_provider.h"
Classes | |
class | cuttlefish::anonymous_namespace{streamer.cpp}::StreamerSockets |
class | cuttlefish::anonymous_namespace{streamer.cpp}::WebRtcServer |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{streamer.cpp} |
Functions | |
SharedFD | cuttlefish::anonymous_namespace{streamer.cpp}::CreateUnixInputServer (const std::string &path) |
std::vector< Command > | cuttlefish::anonymous_namespace{streamer.cpp}::LaunchCustomActionServers (Command &webrtc_cmd, const std::vector< CustomActionServerConfig > &custom_actions) |
fruit::Component< fruit::Required< const CuttlefishConfig, KernelLogPipeProvider, InputConnectionsProvider, const CuttlefishConfig::InstanceSpecific, const CustomActionConfigProvider, WebRtcController > > | cuttlefish::launchStreamerComponent () |