Home
last modified time | relevance | path

Searched refs:enable_automotive_proxy (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp302 bool enable_automotive_proxy) { in set_enable_automotive_proxy() argument
303 (*dictionary_)[kEnableAutomotiveProxy] = enable_automotive_proxy; in set_enable_automotive_proxy()
305 bool CuttlefishConfig::enable_automotive_proxy() const { in enable_automotive_proxy() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h154 void set_enable_automotive_proxy(bool enable_automotive_proxy);
155 bool enable_automotive_proxy() const;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dautomotive_proxy.cpp32 if (!config.enable_automotive_proxy()) { in AutomotiveProxyService()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc221 DEFINE_bool(enable_automotive_proxy, CF_DEFAULTS_ENABLE_AUTOMOTIVE_PROXY,