Searched refs:BluetoothIntf (Results 1 – 3 of 3) sorted by relevance
36 static BluetoothIntf* g_btif;167 BluetoothIntf::BluetoothIntf() : init_(false) {} in BluetoothIntf() function in bluetooth::topshim::rust::BluetoothIntf169 BluetoothIntf::~BluetoothIntf() { in ~BluetoothIntf()181 void BluetoothIntf::ConvertFlags(::rust::Vec<::rust::String>& initFlags) { in ConvertFlags()195 bool BluetoothIntf::Initialize(::rust::Box<RustCallbacks> callbacks, ::rust::Vec<::rust::String> in… in Initialize()220 void BluetoothIntf::CleanUp() const { in CleanUp()224 int BluetoothIntf::Enable() const { in Enable()228 int BluetoothIntf::Disable() const { in Disable()232 int BluetoothIntf::GetAdapterProperties() const { in GetAdapterProperties()236 int BluetoothIntf::GetAdapterProperty(int prop) const { in GetAdapterProperty()[all …]
35 class BluetoothIntf {37 BluetoothIntf();38 ~BluetoothIntf();81 std::unique_ptr<BluetoothIntf> Load();
103 type BluetoothIntf; typedef106 fn Load() -> UniquePtr<BluetoothIntf>; in Load()268 internal: cxx::UniquePtr<ffi::BluetoothIntf>,