From 22834eab2cb6e714b4f7f697ea54df9609099737 Mon Sep 17 00:00:00 2001 From: Shraddha Basantwani Date: Thu, 8 Dec 2022 16:09:05 +0530 Subject: [PATCH] Audio AIDL : Add libeffects loudness enhancer implementation uuid Bug: 258124419 Test: atest VtsHalLoudnessEnhancerTargetTest Change-Id: I55449dc58cc65ae8697f2b33e190f3fd6aa5e4f9 --- audio/aidl/default/Android.bp | 2 +- audio/aidl/default/audio_effects_config.xml | 4 ++-- audio/aidl/default/include/effect-impl/EffectUUID.h | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/audio/aidl/default/Android.bp b/audio/aidl/default/Android.bp index f2cebbfe73..b073e48d79 100644 --- a/audio/aidl/default/Android.bp +++ b/audio/aidl/default/Android.bp @@ -131,7 +131,7 @@ cc_binary { "libenvreverbsw", "libequalizersw", "libhapticgeneratorsw", - "libloudnessenhancersw", + "libloudnessenhanceraidl", "libpresetreverbsw", "libtinyxml2", "libvirtualizersw", diff --git a/audio/aidl/default/audio_effects_config.xml b/audio/aidl/default/audio_effects_config.xml index f4ac8fece9..591e98d836 100644 --- a/audio/aidl/default/audio_effects_config.xml +++ b/audio/aidl/default/audio_effects_config.xml @@ -33,7 +33,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/audio/aidl/default/include/effect-impl/EffectUUID.h b/audio/aidl/default/include/effect-impl/EffectUUID.h index 7709eabf78..1172dc796e 100644 --- a/audio/aidl/default/include/effect-impl/EffectUUID.h +++ b/audio/aidl/default/include/effect-impl/EffectUUID.h @@ -117,6 +117,12 @@ static const AudioUuid kLoudnessEnhancerSwImplUUID = {static_cast(0xfa8 0x11ed, 0x9b6a, {0x02, 0x42, 0xac, 0x12, 0x00, 0x02}}; +// fa415329-2034-4bea-b5dc-5b381c8d1e2c +static const AudioUuid kLoudnessEnhancerImplUUID = {static_cast(0xfa415329), + 0x2034, + 0x4bea, + 0xb5dc, + {0x5b, 0x38, 0x1c, 0x8d, 0x1e, 0x2c}}; // c2e5d5f0-94bd-4763-9cac-4e234d06839e static const AudioUuid kEnvReverbTypeUUID = {static_cast(0xc2e5d5f0), 0x94bd,