Searched refs:A2dpCodecIndex (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | a2dp.rs | 44 pub enum A2dpCodecIndex { enum 56 impl A2dpCodecIndex { implementation 57 pub const SRC_MIN: A2dpCodecIndex = A2dpCodecIndex::SrcSbc; 58 pub const SRC_MAX: A2dpCodecIndex = A2dpCodecIndex::SinkSbc; 59 pub const SINK_MIN: A2dpCodecIndex = A2dpCodecIndex::SinkSbc; 60 pub const SINK_MAX: A2dpCodecIndex = A2dpCodecIndex::Max; 61 pub const MAX: A2dpCodecIndex = A2dpCodecIndex::Max; 62 pub const MIN: A2dpCodecIndex = A2dpCodecIndex::SrcSbc; 65 impl From<i32> for A2dpCodecIndex { implementation 67 A2dpCodecIndex::from_i32(item).unwrap_or_else(|| A2dpCodecIndex::MIN) in from()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 3 A2dpCodecBitsPerSample, A2dpCodecChannelMode, A2dpCodecConfig, A2dpCodecIndex, 75 impl_dbus_arg_enum!(A2dpCodecIndex); 344 codec_type: A2dpCodecIndex, in set_audio_config() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 8 A2dpCodecBitsPerSample, A2dpCodecChannelMode, A2dpCodecConfig, A2dpCodecIndex, 441 impl_dbus_arg_enum!(A2dpCodecIndex); 2721 codec_type: A2dpCodecIndex, in set_audio_config() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 9 A2dpCodecConfig, A2dpCodecIndex, A2dpCodecPriority, A2dpCodecSampleRate, BtavAudioState, 141 codec_type: A2dpCodecIndex, in set_audio_config() argument 3726 codec_type: A2dpCodecIndex, in set_audio_config() argument 3744 if A2dpCodecIndex::from(cap.codec_type) == codec_type { in set_audio_config()
|