|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/run_cvd/launch/input_paths_provider.h"#include <sys/socket.h>#include <regex>#include <string>#include <unordered_set>#include <utility>#include <vector>#include "android-base/file.h"#include "fmt/core.h"#include "fmt/format.h"#include "fruit/component.h"#include "fruit/fruit_forward_decls.h"#include "fruit/macro.h"#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/host/commands/run_cvd/launch/enable_multitouch.h"#include "cuttlefish/host/commands/run_cvd/launch/log_tee_creator.h"#include "cuttlefish/host/libs/config/config_instance_derived.h"#include "cuttlefish/host/libs/config/cuttlefish_config.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/process/command.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{input_paths_provider.cc} |
Functions | |
| Result< DeviceSockets > | cuttlefish::anonymous_namespace{input_paths_provider.cc}::NewDeviceSockets (const std::string &capture_server_path, const std::string &evt_server_path, const std::string &vhu_server_path) |
| Command | cuttlefish::anonymous_namespace{input_paths_provider.cc}::NewVhostUserInputCommand (const DeviceSockets &device_sockets, const std::string &spec) |
| std::string | cuttlefish::anonymous_namespace{input_paths_provider.cc}::BuildTouchSpec (const std::string &spec_template, TemplateVars vars) |
| fruit::Component< fruit::Required< const CuttlefishConfig::InstanceSpecific >, InputPathsProvider, LogTeeCreator > | cuttlefish::VhostInputDevicesComponent () |