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( in is_coding_format_supported()
120 struct is_coding_format_supported { struct128 extern struct is_coding_format_supported is_coding_format_supported; argument
304 bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function326 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()
73 bool is_coding_format_supported(esco_coding_format_t coding_format);
52 bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { in is_coding_format_supported() function
500 static bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function501 return hfp_hal_interface::is_coding_format_supported(coding_format); in is_coding_format_supported()1215 .is_coding_format_supported = is_coding_format_supported,
969 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() method2974 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method2975 self.intf.lock().unwrap().is_coding_format_supported(coding_format as u8) in is_coding_format_supported()
1631 .is_coding_format_supported(EscoCodingFormat::TRANSPARENT), in dispatch_hfp_callbacks()1637 adapter.lock().unwrap().is_coding_format_supported(EscoCodingFormat::MSBC) in dispatch_hfp_callbacks()
760 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method
1025 fn is_coding_format_supported(&self, coding_format: EscoCodingFormat) -> bool { in is_coding_format_supported() method