Home
last modified time | relevance | path

Searched refs:get_host_pcm_config (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h69 BtLePcmConfig get_host_pcm_config();
Dle_audio_shim.cc480 BtLePcmConfig LeAudioClientIntf::get_host_pcm_config() { in get_host_pcm_config() function in bluetooth::topshim::rust::LeAudioClientIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs172 fn get_host_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_host_pcm_config() function
718 pub fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() method
719 self.internal.pin_mut().get_host_pcm_config() in get_host_pcm_config()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs451 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs195 fn get_host_pcm_config(&mut self) -> BtLePcmConfig; in get_host_pcm_config() method
4021 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() method
4023 Some(le_audio) => le_audio.get_host_pcm_config(), in get_host_pcm_config()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2828 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() method