Searched defs:set_active_device (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/ |
D | btav_sink_shim.cc | 90 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/ |
D | a2dp.rs | 240 fn set_active_device(self: &A2dpIntf, bt_addr: RawAddress) -> i32; in set_active_device() function 259 fn set_active_device(self: &A2dpSinkIntf, bt_addr: RawAddress) -> i32; in set_active_device() function 404 pub fn set_active_device(&mut self, addr: RawAddress) { in set_active_device() method 522 pub fn set_active_device(&mut self, bt_addr: RawAddress) { in set_active_device() method
|
D | hfp.rs | 203 fn set_active_device(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> i32; in set_active_device() function 467 pub fn set_active_device(&mut self, addr: RawAddress) -> i32 { in set_active_device() method
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_av.h | 393 bt_status_t (*set_active_device)(const RawAddress& bd_addr); member 432 bt_status_t (*set_active_device)(const RawAddress& bd_addr); member
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | media_client.py | 346 def set_active_device(self, address): member in FlossMediaClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 292 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/ |
D | hfp_shim.cc | 327 int HfpIntf::set_active_device(RawAddress addr) { in set_active_device() function in bluetooth::topshim::rust::HfpIntf
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | uinput.rs | 346 pub fn set_active_device(&mut self, addr: String) { in set_active_device() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 326 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 130 fn set_active_device(&mut self, address: RawAddress); in set_active_device() method 3681 fn set_active_device(&mut self, addr: RawAddress) { in set_active_device() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 2703 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method
|