Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h70 BtLePcmConfig get_peer_pcm_config();
Dle_audio_shim.cc484 BtLePcmConfig LeAudioClientIntf::get_peer_pcm_config() { in get_peer_pcm_config() function in bluetooth::topshim::rust::LeAudioClientIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs173 fn get_peer_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_peer_pcm_config() function
723 pub fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() method
724 self.internal.pin_mut().get_peer_pcm_config() in get_peer_pcm_config()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs456 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs196 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig; in get_peer_pcm_config() method
4031 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() method
4033 Some(le_audio) => le_audio.get_peer_pcm_config(), in get_peer_pcm_config()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2833 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() method