Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.h32 ::aidl::android::hardware::bluetooth::audio::CodecId GetAidlCodecIdFromStackFormat(
Dle_audio_utils_unittest.cc34 using ::bluetooth::audio::aidl::GetAidlCodecIdFromStackFormat;
687 auto aidl_codec = GetAidlCodecIdFromStackFormat(kStackCodecLc3); in TEST()
695 auto aidl_codec = GetAidlCodecIdFromStackFormat(kStackCodecVendor1); in TEST()
Dle_audio_utils.cc29 ::aidl::android::hardware::bluetooth::audio::CodecId GetAidlCodecIdFromStackFormat( in GetAidlCodecIdFromStackFormat() function
272 cap.codecId = GetAidlCodecIdFromStackFormat(rec.codec_id); in GetAidlLeAudioDeviceCapabilitiesFromStackFormat()