commit | 76740526846fd0af0628f309075467d42e019aad | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Nov 27 10:26:49 2018 -0800 |
committer | Eric Laurent <elaurent@google.com> | Thu Dec 13 10:49:51 2018 -0800 |
tree | 4a31ec456b27e4528b75d98f74274771daa275f7 | |
parent | 2c07da7945979f6d3ea73ebb0b452e5ab51514da [diff] |
AudioEffect: make effect descriptor parcelable Make AudioEffect.Descriptor class parcelable so that a list of active effects can be included into AudioRecordingConfiguration. Note: AudioEffect.Descriptor class was made final but it is OK as it was never consumed by any SDK API. Bug: 111438757 Test: make Change-Id: I238b4ea47c613fd2abacc8729d9baf31423283a4