Home
last modified time | relevance | path

Searched refs:GetAsCoreCodecConfig (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_types.h93 return codec_specific_.GetAsCoreCodecConfig().GetSamplingFrequencyHz(); in GetSamplingFrequencyHz()
181 .GetAsCoreCodecConfig() in GetBisOctetsPerCodecFrame()
189 return opt_ltvs->GetAsCoreCodecConfig().octets_per_codec_frame.value_or( in GetBisOctetsPerCodecFrame()
191 opt_ltvs->GetAsCoreCodecConfig() in GetBisOctetsPerCodecFrame()
Dbroadcaster_types.cc280 << ", CodecSpecific=" << config.GetCodecSpecData().GetAsCoreCodecConfig(); in operator <<()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc121 return params.GetAsCoreCodecConfig().GetOctectsPerFrame(); in GetOctectsPerFrame()
130 return params.GetAsCoreCodecConfig().GetSamplingFrequencyHz(); in GetSamplingFrequencyHz()
136 return params.GetAsCoreCodecConfig().GetFrameDurationUs(); in GetDataIntervalUs()
196 os << ", codecSpecParams: " << config.params.GetAsCoreCodecConfig(); in operator <<()
540 const struct LeAudioCoreCodecConfig& LeAudioLtvMap::GetAsCoreCodecConfig() in GetAsCoreCodecConfig() function in bluetooth::le_audio::types::LeAudioLtvMap
Dcodec_manager.cc418 adsp_config.codec.params.GetAsCoreCodecConfig(); in UpdateSupportedBroadcastConfig()
550 subgroup.GetCommonBisCodecSpecData().GetAsCoreCodecConfig(); in UpdateBroadcastOffloadConfig()
844 adsp_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched()
846 target_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched()
Dle_audio_types_test.cc237 auto config = ltv_map.GetAsCoreCodecConfig(); in TEST()
400 EXPECT_DEATH(ltv_map.GetAsCoreCodecConfig(), ""); in TEST()
Dle_audio_utils.cc523 auto config = reqs.GetAsCoreCodecConfig(); in IsCodecConfigSupported()
Ddevices.cc280 auto config = cfg.codec.params.GetAsCoreCodecConfig(); in ConfigureAses()
284 return (cfg.codec.params.GetAsCoreCodecConfig() in ConfigureAses()
Ddevices_test.cc504 setting.params.GetAsCoreCodecConfig(); in Add()
1143 auto core_config = ase.codec_config.GetAsCoreCodecConfig(); in TestAsesActive()
2158 auto core_config = ase->codec_config.GetAsCoreCodecConfig(); in TEST_P()
Dle_audio_set_configuration_provider_json.cc384 const auto& core_config = subconfig.codec.params.GetAsCoreCodecConfig(); in processSubconfig()
Dle_audio_types.h805 const struct LeAudioCoreCodecConfig& GetAsCoreCodecConfig() const;
Dstate_machine.cc1375 auto core_config = ase->codec_config.GetAsCoreCodecConfig(); in AddCisToStreamConfiguration()
Dle_audio_client_test.cc985 auto core_config = ase.codec_config.GetAsCoreCodecConfig(); in SetUpMockGroups()
1113 auto core_config = ase.codec_config.GetAsCoreCodecConfig(); in SetUpMockGroups()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc146 auto stack_config = stack_ltvs.GetAsCoreCodecConfig(); in GetAidlCodecSpecificConfigurationFromStack()
495 auto cfg = stack_config.params.GetAsCoreCodecConfig(); in GetCodecConfigSettingFromAidl()
Dle_audio_utils_unittest.cc409 auto stack_codec_params = stack_params.GetAsCoreCodecConfig(); in PrepareReferenceAseDirectionConfigLc3()