Home
last modified time | relevance | path

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

/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
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs193 fn set_active_device(self: &A2dpIntf, bt_addr: RawAddress) -> i32; in set_active_device() function
212 fn set_active_device(self: &A2dpSinkIntf, bt_addr: RawAddress) -> i32; in set_active_device() function
357 pub fn set_active_device(&mut self, addr: RawAddress) { in set_active_device() method
477 pub fn set_active_device(&mut self, bt_addr: RawAddress) { in set_active_device() method
Dhfp.rs133 fn set_active_device(self: Pin<&mut HfpIntf>, bt_addr: RawAddress) -> i32; in set_active_device() function
340 pub fn set_active_device(&mut self, addr: RawAddress) -> i32 { in set_active_device() method
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h368 bt_status_t (*set_active_device)(const RawAddress& bd_addr); member
407 bt_status_t (*set_active_device)(const RawAddress& bd_addr); member
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc247 int HfpIntf::set_active_device(RawAddress addr) { in set_active_device() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs174 fn set_active_device(&mut self, address: String) { in set_active_device() method
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc291 int A2dpIntf::set_active_device(RawAddress addr) const { in set_active_device() function in bluetooth::topshim::rust::A2dpIntf
/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/stack/src/
Dbluetooth_media.rs79 fn set_active_device(&mut self, address: String); in set_active_device() method
2002 fn set_active_device(&mut self, address: String) { in set_active_device() method