commit | b2325e55e935edefa20445687977e0aa9f64cd44 | [log] [tgz] |
---|---|---|
author | Shunkai Yao <yaoshunkai@google.com> | Fri Mar 03 19:34:47 2023 +0000 |
committer | Shunkai Yao <yaoshunkai@google.com> | Sat Mar 04 02:01:33 2023 +0000 |
tree | eec2110ea0c8a803d313a125b95f1c552f11f0d5 | |
parent | 6067c9e7a66e785e9b5516c6707e10ccd8445e03 [diff] [blame] |
Add vendor extension effect example Update Parameter.id from int to ParcelableHolder Bug: 271601435 Test: Build, atest VtsHalAudioEffectTargetTest Change-Id: I5450fa90e95bdebe931c222f6bb177dbdef35c69
diff --git a/audio/aidl/vts/VtsHalDynamicsProcessingTest.cpp b/audio/aidl/vts/VtsHalDynamicsProcessingTest.cpp index ece07f0..3e6fa7a 100644 --- a/audio/aidl/vts/VtsHalDynamicsProcessingTest.cpp +++ b/audio/aidl/vts/VtsHalDynamicsProcessingTest.cpp
@@ -224,7 +224,7 @@ dpRef.get<DynamicsProcessing::inputGain>(), dpTest.get<DynamicsProcessing::inputGain>()); } - case DynamicsProcessing::vendorExtension: { + case DynamicsProcessing::vendor: { return false; } }