|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/event_devices.h"#include <fcntl.h>#include <stddef.h>#include <stdint.h>#include <chrono>#include <iostream>#include <optional>#include <string>#include <thread>#include <utility>#include <vector>#include "absl/log/log.h"#include "absl/strings/str_join.h"#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/help_format.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/host/commands/cvd/instances/local_instance.h"#include "cuttlefish/io/io.h"#include "cuttlefish/io/read_exact.h"#include "cuttlefish/io/write_exact.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{event_devices.cpp} |
Functions | |
| struct | cuttlefish::anonymous_namespace{event_devices.cpp}::__attribute__ ((packed)) Event |
| Result< void > | cuttlefish::anonymous_namespace{event_devices.cpp}::SaveEventsToFile (Reader &conn, Writer &out) |
| Result< void > | cuttlefish::anonymous_namespace{event_devices.cpp}::InjectEventsFromFile (Writer &conn, Reader &in) |
Variables | |
| const char * | cuttlefish::anonymous_namespace{event_devices.cpp}::kListCommand = "list" |
| const char * | cuttlefish::anonymous_namespace{event_devices.cpp}::kLsAlias = "ls" |
| const char * | cuttlefish::anonymous_namespace{event_devices.cpp}::kCaptureCommand = "capture" |
| const char * | cuttlefish::anonymous_namespace{event_devices.cpp}::kInjectCommand = "inject" |