/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 405 self.internal.set_active_device(addr); in set_active_device() 522 pub fn set_active_device(&mut self, bt_addr: RawAddress) { in set_active_device() method 523 self.internal.set_active_device(bt_addr); in set_active_device()
|
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 468 self.internal.pin_mut().set_active_device(addr) in set_active_device()
|
/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 91 return intf_->set_active_device(addr); in set_active_device()
|
D | btav_sink_shim.h | 39 int set_active_device(RawAddress addr) const;
|
/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/system/gd/rust/topshim/hfp/ |
D | hfp_shim.h | 41 int set_active_device(RawAddress addr);
|
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/topshim/btav/ |
D | btav_shim.h | 45 int set_active_device(RawAddress addr) const;
|
D | btav_shim.cc | 292 int A2dpIntf::set_active_device(RawAddress addr) const { in set_active_device() function in bluetooth::topshim::rust::A2dpIntf 293 return intf_->set_active_device(addr); in set_active_device()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | media_service.rs | 87 a2dp.lock().unwrap().set_active_device(addr); in a2dp_source_connect()
|
D | hfp_service.rs | 119 hfp.lock().unwrap().set_active_device(addr); in connect_audio()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 241 bt_status_t status = sBluetoothA2dpInterface->set_active_device(rawAddress); in setActiveDeviceNative()
|
D | com_android_bluetooth_a2dp.cpp | 474 bt_status_t status = sBluetoothA2dpInterface->set_active_device(bd_addr); in setActiveDeviceNative()
|
/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/linux/stack/src/ |
D | bluetooth_media.rs | 130 fn set_active_device(&mut self, address: RawAddress); in set_active_device() method 1390 self.uinput.set_active_device(addr.to_string()); in dispatch_avrcp_callbacks() 3681 fn set_active_device(&mut self, addr: RawAddress) { in set_active_device() method 3685 a2dp.set_active_device(addr); in set_active_device() 3686 self.uinput.set_active_device(addr.to_string()); in set_active_device() 3703 a2dp.set_active_device(RawAddress::empty()); in reset_active_device() 3707 self.uinput.set_active_device(RawAddress::empty().to_string()); in reset_active_device() 3714 hfp.set_active_device(addr); in set_hfp_active_device()
|
/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/client/src/ |
D | dbus_iface.rs | 2703 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method
|