Home
last modified time | relevance | path

Searched defs:GetConnectionState (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.cc305 int BluetoothIntf::GetConnectionState(const RustRawAddress& address) const { in GetConnectionState() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs138 fn GetConnectionState(&self, address: &RustRawAddress) -> i32; in GetConnectionState() function
/aosp12/packages/modules/adb/
H A Dtransport.cpp1117 ConnectionState atransport::GetConnectionState() const { in GetConnectionState() function in atransport