Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dsystem_properties.h59 bool IsRootCanalEnabled();
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dsystem_properties.cc56 bool IsRootCanalEnabled() { in IsRootCanalEnabled() function
/packages/modules/Bluetooth/system/gd/os/host/
Dsystem_properties.cc52 bool IsRootCanalEnabled() { in IsRootCanalEnabled() function
/packages/modules/Bluetooth/system/gd/os/linux/
Dsystem_properties.cc56 bool IsRootCanalEnabled() { in IsRootCanalEnabled() function
/packages/modules/Bluetooth/system/gd/os/android/
Dsystem_properties.cc56 bool IsRootCanalEnabled() { in IsRootCanalEnabled() function
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc175 if (vendor_version != 0 && vendor_version <= 11 && os::IsRootCanalEnabled()) { in start()