Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 622dc28c authored by Shunkai Yao's avatar Shunkai Yao Committed by Automerger Merge Worker
Browse files

Merge "Fix cts Pre/post Processing failures on Cuttlefish aidl" into main am:...

Merge "Fix cts Pre/post Processing failures on Cuttlefish aidl" into main am: 48415986 am: 29e06e20

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2794102



Change-Id: I87572cddb18a9ad4cd9b8fc9e69e38bf6ffd05c8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f3f9a4c7 29e06e20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ const Descriptor AcousticEchoCancelerSw::kDescriptor = {
        .common = {.id = {.type = getEffectTypeUuidAcousticEchoCanceler(),
                          .uuid = getEffectImplUuidAcousticEchoCancelerSw(),
                          .proxy = std::nullopt},
                   .flags = {.type = Flags::Type::INSERT,
                   .flags = {.type = Flags::Type::PRE_PROC,
                             .insert = Flags::Insert::FIRST,
                             .volume = Flags::Volume::CTRL},
                   .name = AcousticEchoCancelerSw::kEffectName,
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ const Descriptor DynamicsProcessingSw::kDescriptor = {
        .common = {.id = {.type = getEffectTypeUuidDynamicsProcessing(),
                          .uuid = getEffectImplUuidDynamicsProcessingSw(),
                          .proxy = std::nullopt},
                   .flags = {.type = Flags::Type::INSERT,
                   .flags = {.type = Flags::Type::POST_PROC,
                             .insert = Flags::Insert::FIRST,
                             .volume = Flags::Volume::CTRL},
                   .name = DynamicsProcessingSw::kEffectName,
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ const Descriptor NoiseSuppressionSw::kDescriptor = {
        .common = {.id = {.type = getEffectTypeUuidNoiseSuppression(),
                          .uuid = getEffectImplUuidNoiseSuppressionSw(),
                          .proxy = std::nullopt},
                   .flags = {.type = Flags::Type::INSERT,
                   .flags = {.type = Flags::Type::PRE_PROC,
                             .insert = Flags::Insert::FIRST,
                             .volume = Flags::Volume::CTRL},
                   .name = NoiseSuppressionSw::kEffectName,