commit | 9b5cbdbecd516bdc76d8362e9da12ad6b0f6ae77 | [log] [tgz] |
---|---|---|
author | François Gaffie <francois.gaffie@renault.com> | Fri May 31 10:36:39 2024 +0200 |
committer | Shunkai Yao <yaoshunkai@google.com> | Fri Jul 12 05:31:59 2024 +0000 |
tree | dd8c471e2aea9d40df02b19c4a0943f9b1b5951b | |
parent | 6e7873a71781eb11289ddcb8e4dddab0012a1ca8 [diff] |
Fix device effect instatiation -configure shall be called before any setParam (device, ...) as it will open the effect, thus creating the context. Context shall not be null to handle any setParameters -Input / Output MQ are invalid if the effect buffer size is 0. Flag: EXEMPT bugfix Bug: 329395147 Test: atest CtsMediaAudioTestCase Change-Id: I13676bc6564b24cf3b8d56e0646dc263599fea35 Signed-off-by: François Gaffie <francois.gaffie@renault.com>