|
Android-cuttlefish cvd tool
|
#include <functional>#include <memory>#include <string>#include "absl/log/log.h"#include "gflags/gflags.h"#include "google/protobuf/empty.pb.h"#include "grpcpp/ext/proto_server_reflection_plugin.h"#include "grpcpp/grpcpp.h"#include "grpcpp/health_check_service_interface.h"#include "cuttlefish/host/commands/screen_recording_server/screen_recording.grpc.pb.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/config/logging.h"#include "cuttlefish/host/libs/screen_recording_controls/screen_recording_controls.h"#include "cuttlefish/result/result.h"
Classes | |
| class | cuttlefish::anonymous_namespace{main.cpp}::ScreenRecordingServiceImpl |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{main.cpp} |
Typedefs | |
| using | cuttlefish::anonymous_namespace{main.cpp}::StartStopFn = std::function< Result< void >(const CuttlefishConfig::InstanceSpecific &, std::chrono::seconds)> |
Functions | |
| DEFINE_string (grpc_uds_path, "", "grpc_uds_path") | |
| void | cuttlefish::anonymous_namespace{main.cpp}::RunScreenRecordingServer (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| const int | COMMAND_TIMEOUT_SEC = 10 |
| DEFINE_string | ( | grpc_uds_path | , |
| "" | , | ||
| "grpc_uds_path" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| const int COMMAND_TIMEOUT_SEC = 10 |