commit | 6c29bf20963069a6ba36cf1bf4ff7293e102fbe6 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Fri Dec 06 17:56:32 2019 -0800 |
committer | Eric Laurent <elaurent@google.com> | Thu Dec 12 14:16:38 2019 -0800 |
tree | bfb408550c757c6c21a9677ce31d13f5c355507e | |
parent | ad84668d2928fae960940870e4138af8377f70b8 [diff] |
Audio HAL: Add API to attach an effect to a device Add a method to IDevice interface allowing the attachement of an audio effect to an audio device. This is used when an audio effect is implemented below the HAL (e.g by an audio DSP) and is attached/enabled when a particular sink(e.g speaker) or source(e.g mic) device is selected. Bug: 136294538 Test: make Change-Id: I73d78c4f234fd80443a1cb3772c2d65457968652