Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/run_cvd/launch/input_connections_provider.h"
#include <fcntl.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 <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/files.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/host/commands/run_cvd/launch/log_tee_creator.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.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"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{vhost_input_devices.cpp} |
Functions | |
Result< DeviceSockets > | cuttlefish::anonymous_namespace{vhost_input_devices.cpp}::NewDeviceSockets (const std::string &vhu_server_path) |
Command | cuttlefish::anonymous_namespace{vhost_input_devices.cpp}::NewVhostUserInputCommand (const DeviceSockets &device_sockets, const std::string &spec) |
std::string | cuttlefish::anonymous_namespace{vhost_input_devices.cpp}::BuildTouchSpec (const std::string &spec_template, TemplateVars vars) |
fruit::Component< fruit::Required< const CuttlefishConfig::InstanceSpecific >, InputConnectionsProvider, LogTeeCreator > | cuttlefish::VhostInputDevicesComponent () |