Home
last modified time | relevance | path

Searched refs:is_coding_format_supported (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco_hfp_hal.cc50 struct is_coding_format_supported is_coding_format_supported; variable
68 bool is_coding_format_supported::return_value = false;
105 bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function
107 return test::mock::stack_btm_sco_hfp_hal::is_coding_format_supported(coding_format); in is_coding_format_supported()
Dmock_stack_btm_sco_hfp_hal.h116 struct is_coding_format_supported { struct
122 extern struct is_coding_format_supported is_coding_format_supported; argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc307 bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function
327 return is_coding_format_supported(ESCO_CODING_FORMAT_TRANSPNT) || in get_wbs_supported()
328 is_coding_format_supported(ESCO_CODING_FORMAT_MSBC); in get_wbs_supported()
335 return is_coding_format_supported(ESCO_CODING_FORMAT_TRANSPNT); in get_swb_supported()
337 return is_coding_format_supported(ESCO_CODING_FORMAT_TRANSPNT) && in get_swb_supported()
Dbtm_sco_hfp_hal.cc50 bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { return true; } in is_coding_format_supported() function
Dbtm_sco_hfp_hal.h74 bool is_coding_format_supported(esco_coding_format_t coding_format);
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc527 static bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function
528 return hfp_hal_interface::is_coding_format_supported(coding_format); in is_coding_format_supported()
1296 .is_coding_format_supported = is_coding_format_supported,
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h976 bool (*is_coding_format_supported)(uint8_t coding_format); member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1435 pub fn is_coding_format_supported(&self, coding_format: u8) -> bool { in is_coding_format_supported() method
1436 ccall!(self, is_coding_format_supported, coding_format) in is_coding_format_supported()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs259 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool; in is_coding_format_supported() method
2874 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method
2875 self.intf.lock().unwrap().is_coding_format_supported(coding_format as u8) in is_coding_format_supported()
Dbluetooth_media.rs1746 .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()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs765 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1033 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method