Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp284 void CuttlefishConfig::set_enable_host_bluetooth(bool enable_host_bluetooth) { in set_enable_host_bluetooth() argument
285 (*dictionary_)[kEnableHostBluetooth] = enable_host_bluetooth; in set_enable_host_bluetooth()
287 bool CuttlefishConfig::enable_host_bluetooth() const { in enable_host_bluetooth() function in cuttlefish::CuttlefishConfig
293 void CuttlefishConfig::set_enable_host_bluetooth_connector(bool enable_host_bluetooth) { in set_enable_host_bluetooth_connector() argument
294 (*dictionary_)[kEnableHostBluetoothConnector] = enable_host_bluetooth; in set_enable_host_bluetooth_connector()
Dcuttlefish_config.h151 void set_enable_host_bluetooth(bool enable_host_bluetooth);
152 bool enable_host_bluetooth() const;
162 void set_enable_host_bluetooth_connector(bool enable_host_bluetooth);
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp531 if (config.enable_host_bluetooth()) { in StartCommands()
Dcrosvm_manager.cpp723 if (config.enable_host_bluetooth()) { in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc186 DEFINE_bool(enable_host_bluetooth, CF_DEFAULTS_ENABLE_HOST_BLUETOOTH,