Home
last modified time | relevance | path

Searched defs:BtLePcmConfig (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs86 pub struct BtLePcmConfig { struct
87 pub data_interval_us: u32,
88 pub sample_rate: u32,
89 pub bits_per_sample: u8,
90 pub channels_count: u8,
172 fn get_host_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_host_pcm_config()
173 fn get_peer_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_peer_pcm_config()
229 pub type BtLePcmConfig = ffi::BtLePcmConfig; typedef
718 pub fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config()
723 pub fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_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()
456 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config()
/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()
196 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig; in get_peer_pcm_config()
4021 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config()
4031 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_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()
2833 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config()