Home
last modified time | relevance | path

Searched refs:set_active_device (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs240 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()
Dhfp.rs203 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/
Dbtav_sink_shim.cc90 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()
Dbtav_sink_shim.h39 int set_active_device(RawAddress addr) const;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h393 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/
Dhfp_shim.h41 int set_active_device(RawAddress addr);
Dhfp_shim.cc327 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/
Dbtav_shim.h45 int set_active_device(RawAddress addr) const;
Dbtav_shim.cc292 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/
Dmedia_service.rs87 a2dp.lock().unwrap().set_active_device(addr); in a2dp_source_connect()
Dhfp_service.rs119 hfp.lock().unwrap().set_active_device(addr); in connect_audio()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp241 bt_status_t status = sBluetoothA2dpInterface->set_active_device(rawAddress); in setActiveDeviceNative()
Dcom_android_bluetooth_a2dp.cpp474 bt_status_t status = sBluetoothA2dpInterface->set_active_device(bd_addr); in setActiveDeviceNative()
/packages/modules/Bluetooth/floss/pandora/floss/
Dmedia_client.py346 def set_active_device(self, address): member in FlossMediaClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs130 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/
Duinput.rs346 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.rs326 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2703 fn set_active_device(&mut self, address: RawAddress) { in set_active_device() method