HomeSort by relevance Sort by last modified time
    Searched refs:vnc_server_port (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 254 void set_vnc_server_port(int vnc_server_port);
255 int vnc_server_port() const;
cuttlefish_config.cpp 137 const char* kVncServerPort = "vnc_server_port";
665 int CuttlefishConfig::vnc_server_port() const { function in class:vsoc::CuttlefishConfig
669 void CuttlefishConfig::set_vnc_server_port(int vnc_server_port) {
670 (*dictionary_)[kVncServerPort] = vnc_server_port;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 214 auto port_options = "-port=" + std::to_string(config.vnc_server_port());
flags.cc 118 DEFINE_int32(vnc_server_port, GetPerInstanceDefault(6444),

Completed in 291 milliseconds