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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 251 void set_enable_vnc_server(bool enable_vnc_server);
252 bool enable_vnc_server() const;
cuttlefish_config.cpp 135 const char* kEnableVncServer = "enable_vnc_server";
648 bool CuttlefishConfig::enable_vnc_server() const { function in class:vsoc::CuttlefishConfig
652 void CuttlefishConfig::set_enable_vnc_server(bool enable_vnc_server) {
653 (*dictionary_)[kEnableVncServer] = enable_vnc_server;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 212 if (config.enable_vnc_server()) {

Completed in 88 milliseconds