commit | e285845148fcd2872a7fbcfbcf7c6b839425e673 | [log] [tgz] |
---|---|---|
author | Jaideep Sharma <quic_jaidshar@quicinc.com> | Mon Aug 14 13:03:18 2023 +0530 |
committer | Shunkai Yao <yaoshunkai@google.com> | Mon Aug 14 18:32:56 2023 +0000 |
tree | f017ed18c79a1ad75fc9b201fd50811e6ebd2475 | |
parent | 9f61691315e9a0ced6f131fe10f1b09580e1085a [diff] |
av: Fix command/setParameter for inactive subEffects Fix the code to send command, setParameters for inactive subeffects. With current conditional, if active subeffect is at index 0 then all other subeffects won't be iterated. Fix by running over all items and then skipping for active index. Bug: 295787396 Test: Enable aidl and test with YTM Change-Id: I49a794fa121c5b78b239906067b95572d84bc0c3 Merged-In: I49a794fa121c5b78b239906067b95572d84bc0c3