Home
last modified time | relevance | path

Searched refs:CodecConfigSetting (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc56 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 <<()
Dle_audio_types.h1135 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;
Dcodec_manager_test.cc221 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()
Dle_audio_utils.h90 const ::bluetooth::le_audio::types::CodecConfigSetting& codec_config_setting);
Dle_audio_set_configuration_provider_json.cc46 using bluetooth::le_audio::types::CodecConfigSetting;
163 static CodecConfigSetting CodecConfigSettingFromFlat( in CodecConfigSettingFromFlat()
167 CodecConfigSetting codec; in CodecConfigSettingFromFlat()
Ddevices_test.cc68 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()
Dle_audio_utils.cc571 const types::CodecConfigSetting& codec_config_setting) { in IsCodecConfigSettingSupported()
592 const types::CodecConfigSetting& codec_config_setting) { in GetConfigurationSupportedPac()
Dle_audio_types_test.cc705 static const types::CodecConfigSetting vendor_16_2 = {
828 types::CodecConfigSetting lc3_codec_config = { in TEST()
836 types::CodecConfigSetting invalid_codec_config = { in TEST()
Dcodec_manager.cc929 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/
Dle_audio_software_aidl.h40 using ::bluetooth::le_audio::types::CodecConfigSetting;
60 CodecConfigSetting& stack_capability);
Dle_audio_software_aidl.cc525 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()
Dle_audio_utils.h71 const ::bluetooth::le_audio::types::CodecConfigSetting& codec_config,
Dle_audio_utils.cc299 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()
Dle_audio_utils_unittest.cc348 ::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/
Dle_audio_software_host_transport.h31 using ::bluetooth::le_audio::types::CodecConfigSetting;
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dle_audio_software_hidl.h31 using ::bluetooth::le_audio::types::CodecConfigSetting;