Searched refs:CodecConfigSetting (Results 1 – 16 of 16) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_types.cc | 56 using types::CodecConfigSetting; 60 uint16_t CodecConfigSetting::GetOctetsPerFrame() const { in GetOctetsPerFrame() 70 uint32_t CodecConfigSetting::GetSamplingFrequencyHz() const { in GetSamplingFrequencyHz() 75 uint32_t CodecConfigSetting::GetDataIntervalUs() const { in GetDataIntervalUs() 86 uint8_t CodecConfigSetting::GetBitsPerSample() const { in GetBitsPerSample() 135 std::ostream& operator<<(std::ostream& os, const CodecConfigSetting& config) { in operator <<()
|
D | le_audio_types.h | 1135 struct CodecConfigSetting { struct 1166 bool operator==(const CodecConfigSetting& other) const { argument 1172 bool operator!=(const CodecConfigSetting& other) const { return !(*this == other); } 1175 std::ostream& operator<<(std::ostream& os, const CodecConfigSetting& config); 1207 CodecConfigSetting codec_config; 1262 AseConfiguration(CodecConfigSetting codec, QosConfigSetting qos = {.target_latency = 0, 1267 CodecConfigSetting codec; 1320 types::CodecConfigSetting codec_config;
|
D | codec_manager_test.cc | 221 static const types::CodecConfigSetting lc3_16_2 = { 232 static const types::CodecConfigSetting lc3_24_2 = { 243 static const types::CodecConfigSetting lc3_32_2 = { 254 static const types::CodecConfigSetting lc3_48_2 = { 265 static const types::CodecConfigSetting vendor_code_48_2 = { 768 static const types::CodecConfigSetting bc_lc3_48_2 = { in TEST_F() 812 static const types::CodecConfigSetting bc_lc3_48_2 = { in TEST_F()
|
D | le_audio_utils.h | 90 const ::bluetooth::le_audio::types::CodecConfigSetting& codec_config_setting);
|
D | le_audio_set_configuration_provider_json.cc | 46 using bluetooth::le_audio::types::CodecConfigSetting; 163 static CodecConfigSetting CodecConfigSettingFromFlat( in CodecConfigSettingFromFlat() 167 CodecConfigSetting codec; in CodecConfigSettingFromFlat()
|
D | devices_test.cc | 68 types::CodecConfigSetting kVendorCodecOne = { 81 types::CodecConfigSetting kVendorCodecOneSwb = { 474 void Add(const CodecConfigSetting& setting, uint8_t audio_channel_counts) { in Add() 537 const CodecConfigSetting& codec, uint8_t direction) { in GetVendorAseConfigurationsForRequirements() 647 CodecConfigSetting codec = in MockVendorCodecProvider() 865 const CodecConfigSetting PreparePreferredCodecConfig( in PreparePreferredCodecConfig() 866 const CodecConfigSetting& audio_set_codec_conf, in PreparePreferredCodecConfig() 1227 CodecConfigSetting swb = { in TestSingleDevDualBidir() 1262 CodecConfigSetting non_swb = { in TestSingleDevDualBidir()
|
D | le_audio_utils.cc | 571 const types::CodecConfigSetting& codec_config_setting) { in IsCodecConfigSettingSupported() 592 const types::CodecConfigSetting& codec_config_setting) { in GetConfigurationSupportedPac()
|
D | le_audio_types_test.cc | 705 static const types::CodecConfigSetting vendor_16_2 = { 828 types::CodecConfigSetting lc3_codec_config = { in TEST() 836 types::CodecConfigSetting invalid_codec_config = { in TEST()
|
D | codec_manager.cc | 929 bool IsLc3ConfigMatched(const types::CodecConfigSetting& target_config, in IsLc3ConfigMatched() 930 const types::CodecConfigSetting& adsp_config) { in IsLc3ConfigMatched()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_software_aidl.h | 40 using ::bluetooth::le_audio::types::CodecConfigSetting; 60 CodecConfigSetting& stack_capability);
|
D | le_audio_software_aidl.cc | 525 CodecConfigSetting& stack_capability) { in hal_ucast_capability_to_stack_format() 581 CodecConfigSetting& stack_capability) { in hal_bcast_capability_to_stack_format() 646 CodecConfigSetting encode_cap, decode_cap, bcast_cap; in get_offload_capabilities()
|
D | le_audio_utils.h | 71 const ::bluetooth::le_audio::types::CodecConfigSetting& codec_config,
|
D | le_audio_utils.cc | 299 const ::bluetooth::le_audio::types::CodecConfigSetting& codec_config, in GetAidlLeAudioAseConfigurationFromStackFormat() 451 static ::bluetooth::le_audio::types::CodecConfigSetting GetCodecConfigSettingFromAidl( in GetCodecConfigSettingFromAidl() 454 auto stack_config = ::bluetooth::le_audio::types::CodecConfigSetting(); in GetCodecConfigSettingFromAidl()
|
D | le_audio_utils_unittest.cc | 348 ::bluetooth::le_audio::types::CodecConfigSetting stack_codec; in PrepareReferenceAseDirectionConfigLc3() 415 ::bluetooth::le_audio::types::CodecConfigSetting stack_codec; in PrepareReferenceAseDirectionConfigVendor1() 1159 ::bluetooth::le_audio::types::CodecConfigSetting codec; in TEST()
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_host_transport.h | 31 using ::bluetooth::le_audio::types::CodecConfigSetting;
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | le_audio_software_hidl.h | 31 using ::bluetooth::le_audio::types::CodecConfigSetting;
|