Home
last modified time | relevance | path

Searched refs:GetStackCodecIdFromAidlFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc50 ::bluetooth::le_audio::types::LeAudioCodecId GetStackCodecIdFromAidlFormat( in GetStackCodecIdFromAidlFormat() function
349 out_codec_id = GetStackCodecIdFromAidlFormat(aidl_cfg.bisConfiguration.codecId); in GetStackBisConfigFromAidlFormat()
433 stack_config.id = GetStackCodecIdFromAidlFormat(ase_config->codecId.value()); in GetCodecConfigSettingFromAidl()
461 .codecId = GetStackCodecIdFromAidlFormat(dp.isoDataPathConfiguration.codecId), in GetStackDataPathFromAidlFormat()
Dle_audio_utils.h35 ::bluetooth::le_audio::types::LeAudioCodecId GetStackCodecIdFromAidlFormat(
Dle_audio_utils_unittest.cc41 using ::bluetooth::audio::aidl::GetStackCodecIdFromAidlFormat;
703 auto stack_codec = GetStackCodecIdFromAidlFormat(kAidlCodecLc3); in TEST()
709 auto stack_codec = GetStackCodecIdFromAidlFormat(kAidlCodecVendor1); in TEST()