Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dle_audio.rs66 pub enum BtLeAudioSource { enum
233 pub type BtLeAudioSource = ffi::BtLeAudioSource; typedef
351 impl From<i32> for BtLeAudioSource { implementation
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs481 fn sink_metadata_changed(&mut self, source: BtLeAudioSource, gain: f64) -> bool { in sink_metadata_changed()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs205 fn sink_metadata_changed(&mut self, source: BtLeAudioSource, gain: f64) -> bool; in sink_metadata_changed()
3969 fn sink_metadata_changed(&mut self, source: BtLeAudioSource, gain: f64) -> bool { in sink_metadata_changed()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2858 fn sink_metadata_changed(&mut self, source: BtLeAudioSource, gain: f64) -> bool { in sink_metadata_changed()