Android-cuttlefish cvd tool
Classes | Namespaces | Functions | Variables
main.cpp File Reference
#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"
Include dependency graph for main.cpp:

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
 

Function Documentation

◆ DEFINE_string()

DEFINE_string ( grpc_uds_path  ,
""  ,
"grpc_uds_path"   
)

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ COMMAND_TIMEOUT_SEC

const int COMMAND_TIMEOUT_SEC = 10