Home
last modified time | relevance | path

Searched refs:get_ext_audio_out_location (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs51 fn get_ext_audio_out_location( in get_ext_audio_out_location() function
276 pub fn get_ext_audio_out_location(&mut self, addr: RawAddress, ext_output_id: u8) { in get_ext_audio_out_location() method
277 self.internal.pin_mut().get_ext_audio_out_location(addr, ext_output_id); in get_ext_audio_out_location()
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.h43 void get_ext_audio_out_location(RawAddress addr, uint8_t ext_output_id);
Dvc_shim.cc210 void VolumeControlIntf::get_ext_audio_out_location(RawAddress addr, uint8_t ext_output_id) { in get_ext_audio_out_location() function in bluetooth::topshim::rust::VolumeControlIntf