Android-cuttlefish cvd tool
|
#include <iostream>
#include <memory>
#include <string>
#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/libs/command_util/runner/run_cvd.pb.h"
#include "cuttlefish/host/commands/screen_recording_server/screen_recording.grpc.pb.h"
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/command_util/util.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/logging.h"
Classes | |
class | cuttlefish::anonymous_namespace{main.cpp}::ScreenRecordingServiceImpl |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{main.cpp} |
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 |