Home
last modified time | relevance | path

Searched refs:BluetoothIntf (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc36 static BluetoothIntf* g_btif;
167 BluetoothIntf::BluetoothIntf() : init_(false) {} in BluetoothIntf() function in bluetooth::topshim::rust::BluetoothIntf
169 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 …]
Dbtif_shim.h35 class BluetoothIntf {
37 BluetoothIntf();
38 ~BluetoothIntf();
81 std::unique_ptr<BluetoothIntf> Load();
/system/bt/gd/rust/topshim/src/
Dbtif.rs103 type BluetoothIntf; typedef
106 fn Load() -> UniquePtr<BluetoothIntf>; in Load()
268 internal: cxx::UniquePtr<ffi::BluetoothIntf>,