Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h33 struct BtLePcmConfig;
69 BtLePcmConfig get_host_pcm_config();
70 BtLePcmConfig get_peer_pcm_config();
Dle_audio_shim.cc471 static BtLePcmConfig to_rust_btle_pcm_params(audio::le_audio::btle_pcm_parameters pcm_params) { in to_rust_btle_pcm_params()
472 return BtLePcmConfig{ in to_rust_btle_pcm_params()
480 BtLePcmConfig LeAudioClientIntf::get_host_pcm_config() { in get_host_pcm_config()
484 BtLePcmConfig LeAudioClientIntf::get_peer_pcm_config() { in get_peer_pcm_config()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs86 pub struct BtLePcmConfig { struct
172 fn get_host_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_host_pcm_config() argument
173 fn get_peer_pcm_config(self: Pin<&mut LeAudioClientIntf>) -> BtLePcmConfig; in get_peer_pcm_config() argument
229 pub type BtLePcmConfig = ffi::BtLePcmConfig; typedef
718 pub fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() argument
723 pub fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() argument
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs11 BtLePcmConfig, BtLeStreamStartedStatus,
56 #[dbus_propmap(BtLePcmConfig)]
451 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() argument
456 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() argument
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs18 BtLePcmConfig, BtLeStreamStartedStatus,
585 #[dbus_propmap(BtLePcmConfig)]
2828 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() argument
2833 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs27 BtLeAudioUnicastMonitorModeStatus, BtLeAudioUsage, BtLePcmConfig, BtLeStreamStartedStatus,
195 fn get_host_pcm_config(&mut self) -> BtLePcmConfig; in get_host_pcm_config() argument
196 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig; in get_peer_pcm_config() argument
4021 fn get_host_pcm_config(&mut self) -> BtLePcmConfig { in get_host_pcm_config() argument
4031 fn get_peer_pcm_config(&mut self) -> BtLePcmConfig { in get_peer_pcm_config() argument