Home
last modified time | relevance | path

Searched defs:is_coding_format_supported (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
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
Dmock_stack_btm_sco_hfp_hal.cc50 struct is_coding_format_supported is_coding_format_supported; variable
105 bool is_coding_format_supported(esco_coding_format_t coding_format) { in is_coding_format_supported() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal.cc52 bool is_coding_format_supported(esco_coding_format_t /* coding_format */) { in is_coding_format_supported() function
Dbtm_sco_hfp_hal_linux.cc304 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
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h969 bool (*is_coding_format_supported)(uint8_t coding_format); member
/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
/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/topshim/src/
Dbtif.rs1435 pub fn is_coding_format_supported(&self, coding_format: u8) -> 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