Home
last modified time | relevance | path

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

/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( in is_coding_format_supported()
Dmock_stack_btm_sco_hfp_hal.h120 struct is_coding_format_supported { struct
128 extern struct is_coding_format_supported is_coding_format_supported; argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc304 bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function
326 return is_coding_format_supported(ESCO_CODING_FORMAT_TRANSPNT) || in get_wbs_supported()
327 is_coding_format_supported(ESCO_CODING_FORMAT_MSBC); in get_wbs_supported()
333 return is_coding_format_supported(ESCO_CODING_FORMAT_TRANSPNT); in get_swb_supported()
Dbtm_sco_hfp_hal.h73 bool is_coding_format_supported(esco_coding_format_t coding_format);
Dbtm_sco_hfp_hal.cc52 bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { in is_coding_format_supported() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc500 static bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function
501 return hfp_hal_interface::is_coding_format_supported(coding_format); in is_coding_format_supported()
1215 .is_coding_format_supported = is_coding_format_supported,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h969 bool (*is_coding_format_supported)(uint8_t coding_format); member
/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()
/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
2974 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method
2975 self.intf.lock().unwrap().is_coding_format_supported(coding_format as u8) in is_coding_format_supported()
Dbluetooth_media.rs1631 .is_coding_format_supported(EscoCodingFormat::TRANSPARENT), in dispatch_hfp_callbacks()
1637 adapter.lock().unwrap().is_coding_format_supported(EscoCodingFormat::MSBC) in dispatch_hfp_callbacks()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs760 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1025 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method