Searched refs:dataPathConfig (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.h | 1076 std::vector<uint8_t> dataPathConfig = {}; member 1086 if (dataPathConfig.size() != other.dataPathConfig.size()) { 1089 if ((!other.dataPathConfig.empty()) && 1090 memcmp(dataPathConfig.data(), other.dataPathConfig.data(), other.dataPathConfig.size())) {
|
D | le_audio_set_configuration_provider_json.cc | 202 config.data_path_configuration.dataPathConfig = {}; in SetConfigurationFromFlatSubconfig() 213 config.data_path_configuration.dataPathConfig = {}; in SetConfigurationFromFlatSubconfig() 225 config.data_path_configuration.dataPathConfig = {}; in SetConfigurationFromFlatSubconfig()
|
D | le_audio_types.cc | 720 << ", dataPathCfg.size: " << +config.dataPathConfig.size() in operator <<()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcast_configuration_provider.h | 151 .dataPathConfig = {},
|
D | broadcaster_test.cc | 1059 .dataPathConfig = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B,
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.cc | 484 .dataPathConfig = {}, in GetStackDataPathFromAidlFormat() 501 config.dataPathConfig = *dp.dataPathConfiguration.configuration; in GetStackDataPathFromAidlFormat()
|
D | le_audio_utils_unittest.cc | 177 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationVendor() 212 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationLc3()
|