Home
last modified time | relevance | path

Searched refs:enable_modem_simulator (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp119 if (config.enable_modem_simulator() && in KernelCommandLineFromConfig()
Dcuttlefish_config.h318 void set_enable_modem_simulator(bool enable_modem_simulator);
319 bool enable_modem_simulator() const;
Dcuttlefish_config.cpp678 bool CuttlefishConfig::enable_modem_simulator() const { in enable_modem_simulator() function in cuttlefish::CuttlefishConfig
682 void CuttlefishConfig::set_enable_modem_simulator(bool enable_modem_simulator) { in set_enable_modem_simulator() argument
683 (*dictionary_)[kRunModemSimulator] = enable_modem_simulator; in set_enable_modem_simulator()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc365 if (!config.enable_modem_simulator()) { in LaunchModemSimulatorIfEnabled()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc242 DEFINE_bool(enable_modem_simulator, false,