Searched refs:input_coding_format (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/device/src/ |
D | esco_parameters.cc | 40 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR, 75 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR, 114 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR, 153 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR, 190 .input_coding_format = {.coding_format = ESCO_CODING_FORMAT_LINEAR,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 750 auto input_coding_format = command_view.GetInputCodingFormat(); in DualModeController() local 752 if (input_coding_format.coding_format_ != in DualModeController() 754 input_coding_format.company_id_ != output_coding_format.company_id_ || in DualModeController() 755 input_coding_format.vendor_specific_codec_id_ != in DualModeController() 760 input_coding_format.ToString().c_str(), in DualModeController() 787 input_coding_format.coding_format_ == in DualModeController() 802 (input_coding_format.coding_format_ == in DualModeController() 808 input_coding_format.ToString().c_str()); in DualModeController() 898 auto input_coding_format = command_view.GetInputCodingFormat(); in DualModeController() local 900 if (input_coding_format.coding_format_ != in DualModeController() [all …]
|
/packages/modules/Bluetooth/system/device/include/ |
D | esco_parameters.h | 115 esco_coding_id_format_t input_coding_format; /* Input coding format */ member
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1475 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1476 UINT16_TO_STREAM(pp, p_params->input_coding_format.company_id); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1477 UINT16_TO_STREAM(pp, p_params->input_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1524 UINT8_TO_STREAM(pp, p_params->input_coding_format.coding_format); in btsnd_hcic_enhanced_accept_synchronous_connection() 1525 UINT16_TO_STREAM(pp, p_params->input_coding_format.company_id); in btsnd_hcic_enhanced_accept_synchronous_connection() 1526 UINT16_TO_STREAM(pp, p_params->input_coding_format.vendor_specific_codec_id); in btsnd_hcic_enhanced_accept_synchronous_connection()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 1351 if (p_params->input_coding_format.coding_format == ESCO_CODING_FORMAT_ULAW) in btm_sco_voice_settings_to_legacy() 1353 else if (p_params->input_coding_format.coding_format == in btm_sco_voice_settings_to_legacy()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_packets.pdl | 1402 input_coding_format : ScoCodingFormat, 1458 input_coding_format : ScoCodingFormat,
|