commit | ed8688022959f9ef137be1b476fb8730be82a7dc | [log] [tgz] |
---|---|---|
author | Jaideep Sharma <jaidshar@codeaurora.org> | Fri Aug 07 14:09:16 2020 +0530 |
committer | Mikhail Naganov <mnaganov@google.com> | Tue Aug 18 20:44:57 2020 +0000 |
tree | 8c0baddb4e3430d2b4e9b64f25d2c5d9cb00d50a | |
parent | 7a0123c6e62870f3a3e4ae9daa625e1a2a78d30c [diff] |
audioflinger: Remove effect from hal before closing. - For non pinned effects, when the handle is removed the effect interface is closed, but this leads to not resetting the state of hal effects. Don't close the interface from here, as it will be handled in subsequent removeEffect_l. - Clean up code related to removeHandle_l. CRs-Fixed: 2746289 Bug: 163285058 Test: Solo tester with effects Change-Id: I2a9b35f5f73e535afd4fe77823b9a8ba16271685