Searched refs:is_coding_format_supported (Results 1 – 12 of 12) sorted by relevance
50 struct is_coding_format_supported is_coding_format_supported; variable68 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() function107 return test::mock::stack_btm_sco_hfp_hal::is_coding_format_supported(coding_format); in is_coding_format_supported()
116 struct is_coding_format_supported { struct122 extern struct is_coding_format_supported is_coding_format_supported; argument
307 bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function327 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()
50 bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { return true; } in is_coding_format_supported() function
74 bool is_coding_format_supported(esco_coding_format_t coding_format);
527 static bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function528 return hfp_hal_interface::is_coding_format_supported(coding_format); in is_coding_format_supported()1296 .is_coding_format_supported = is_coding_format_supported,
976 bool (*is_coding_format_supported)(uint8_t coding_format); member
1435 pub fn is_coding_format_supported(&self, coding_format: u8) -> bool { in is_coding_format_supported() method1436 ccall!(self, is_coding_format_supported, coding_format) in is_coding_format_supported()
259 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool; in is_coding_format_supported() method2874 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method2875 self.intf.lock().unwrap().is_coding_format_supported(coding_format as u8) in is_coding_format_supported()
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()
765 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method
1033 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method