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.cpp276 void CuttlefishConfig::set_enable_host_bluetooth(bool enable_host_bluetooth) { in set_enable_host_bluetooth() argument
277 (*dictionary_)[kEnableHostBluetooth] = enable_host_bluetooth; in set_enable_host_bluetooth()
279 bool CuttlefishConfig::enable_host_bluetooth() const { in enable_host_bluetooth() function in cuttlefish::CuttlefishConfig
285 void CuttlefishConfig::set_enable_host_bluetooth_connector(bool enable_host_bluetooth) { in set_enable_host_bluetooth_connector() argument
286 (*dictionary_)[kEnableHostBluetoothConnector] = enable_host_bluetooth; in set_enable_host_bluetooth_connector()
Dcuttlefish_config.h164 void set_enable_host_bluetooth(bool enable_host_bluetooth);
165 bool enable_host_bluetooth() const;
175 void set_enable_host_bluetooth_connector(bool enable_host_bluetooth);
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp576 if (config.enable_host_bluetooth()) { in StartCommands()
Dcrosvm_manager.cpp832 if (config.enable_host_bluetooth()) { in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc206 DEFINE_bool(enable_host_bluetooth, CF_DEFAULTS_ENABLE_HOST_BLUETOOTH,