Home
last modified time | relevance | path

Searched defs:set_active_device (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc83 int A2dpSinkIntf::set_active_device(RawAddress addr) const { in set_active_device() function in bluetooth::topshim::rust::A2dpSinkIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs241 fn set_active_device(self: &A2dpIntf, bt_addr: RawAddress) -> i32; in set_active_device() function
260 fn set_active_device(self: &A2dpSinkIntf, bt_addr: RawAddress) -> i32; in set_active_device() function
416 pub fn set_active_device(&mut self, addr: RawAddress) { in set_active_device() method
552 pub fn set_active_device(&mut self, bt_addr: RawAddress) { in set_active_device() method
Dhfp.rs205 fn set_active_device(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> i32; in set_active_device() function
487 pub fn set_active_device(&mut self, addr: RawAddress) -> i32 { in set_active_device() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dmedia_client.py346 def set_active_device(self, address): member in FlossMediaClient
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc309 int A2dpIntf::set_active_device(RawAddress addr) const { in set_active_device() function in bluetooth::topshim::rust::A2dpIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc294 int HfpIntf::set_active_device(RawAddress addr) { return intf_->SetActiveDevice(&addr); } in set_active_device() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Duinput.rs355 pub fn set_active_device(&mut self, addr: String) { in set_active_device() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs332 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs145 fn set_active_device(&mut self, address: RawAddress); in set_active_device() method
3553 fn set_active_device(&mut self, addr: RawAddress) { in set_active_device() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2743 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method