Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/topshim/btif/
H A 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()
220 void BluetoothIntf::CleanUp() const { in CleanUp()
224 int BluetoothIntf::Enable() const { in Enable()
228 int BluetoothIntf::Disable() const { in Disable()
279 int BluetoothIntf::StartDiscovery() const { in StartDiscovery()
283 int BluetoothIntf::CancelDiscovery() const { in CancelDiscovery()
311 int BluetoothIntf::PinReply( in PinReply()
327 std::unique_ptr<BluetoothIntf> Load() { in Load()
[all …]
H A Dbtif_shim.h35 class BluetoothIntf {
37 BluetoothIntf();
38 ~BluetoothIntf();
81 std::unique_ptr<BluetoothIntf> Load();
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs103 type BluetoothIntf; typedef
106 fn Load() -> UniquePtr<BluetoothIntf>; in Load()
268 internal: cxx::UniquePtr<ffi::BluetoothIntf>,