Searched refs:input_data_path (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/device/src/ |
D | esco_parameters.cc | 56 .input_data_path = ESCO_DATA_PATH_PCM, 91 .input_data_path = ESCO_DATA_PATH_PCM, 131 .input_data_path = ESCO_DATA_PATH_PCM, 171 .input_data_path = ESCO_DATA_PATH_PCM, 211 .input_data_path = ESCO_DATA_PATH_PCM, 249 .input_data_path = ESCO_DATA_PATH_PCM, 286 .input_data_path = ESCO_DATA_PATH_PCM, 324 .input_data_path = ESCO_DATA_PATH_PCM, 360 .input_data_path = ESCO_DATA_PATH_PCM, 407 param.input_data_path = param.output_data_path = ESCO_DATA_PATH_HCI; in esco_parameters_for_codec()
|
/packages/modules/Bluetooth/system/device/include/ |
D | esco_parameters.h | 139 esco_data_path_t input_data_path; /* 0x00 - HCI, or 0x01-0xFE for VS) */ member
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.h | 243 return esco.setup.input_data_path == ESCO_DATA_PATH_HCI; in is_inband()
|
D | btm_sco.cc | 350 p_setup->packet_types, p_setup->input_data_path); in btm_esco_conn_rsp() 683 unsigned(p_setup->packet_types), unsigned(p_setup->input_data_path)); in btm_send_connect_request()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1278 UINT8_TO_STREAM(pp, p_params->input_data_path); in btsnd_hcic_enhanced_set_up_synchronous_connection() 1327 UINT8_TO_STREAM(pp, p_params->input_data_path); in btsnd_hcic_enhanced_accept_synchronous_connection()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sco.cc | 623 params.input_data_path = sco_config_it->second.inputDataPath; in updateCodecParametersFromProviderInfo()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1435 input_data_path : ScoDataPath, 1491 input_data_path : ScoDataPath,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1573 input_data_path : ScoDataPath, 1629 input_data_path : ScoDataPath,
|