Home
last modified time | relevance | path

Searched refs:EscoCodingFormat (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs24 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/
Diface_bluetooth.rs9 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/
Ddbus_iface.rs13 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/
Dbluetooth.rs13 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()
Dbluetooth_media.rs20 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()