Searched refs:EscoCodingFormat (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 24 pub enum EscoCodingFormat { enum 36 impl From<u8> for EscoCodingFormat { implementation 38 EscoCodingFormat::from_u8(item).unwrap() in from() 42 impl From<EscoCodingFormat> for u8 { 43 fn from(item: EscoCodingFormat) -> Self { in from()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 9 use bt_topshim::profiles::hfp::EscoCodingFormat; 474 impl_dbus_arg_from_into!(EscoCodingFormat, u8); 765 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 13 use bt_topshim::profiles::hfp::{EscoCodingFormat, HfpCodecBitId, HfpCodecFormat}; 450 impl_dbus_arg_from_into!(EscoCodingFormat, u8); 1033 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 13 profiles::hfp::EscoCodingFormat, 259 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool; in is_coding_format_supported() 2874 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported()
|
D | bluetooth_media.rs | 20 BthfAudioState, BthfConnectionState, CallHoldCommand, CallInfo, CallState, EscoCodingFormat, 1746 .is_coding_format_supported(EscoCodingFormat::TRANSPARENT); in dispatch_hfp_callbacks() 1749 self.adapter.lock().unwrap().is_coding_format_supported(EscoCodingFormat::MSBC); in dispatch_hfp_callbacks()
|