Home
last modified time | relevance | path

Searched refs:enable_ivserver (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dscreen_connector.cpp152 if (config->enable_ivserver()) { in Get()
Dvirtual_inputs.cpp349 if (vsoc::CuttlefishConfig::Get()->enable_ivserver()) { in Get()
/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc217 if (!config.enable_ivserver()) { in LaunchVNCServerIfEnabled()
318 if (config.enable_ivserver()) { in LaunchIvServerIfEnabled()
Dflags.cc461 if (!tmp_config_obj.enable_ivserver()) { in InitializeCuttlefishConfiguration()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h314 bool enable_ivserver() const;
Dcuttlefish_config.cpp831 bool CuttlefishConfig::enable_ivserver() const { in enable_ivserver() function in vsoc::CuttlefishConfig