commit | e9f10fc9dc49ee8e17a99a6384e5e3e60113bb60 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Oct 14 23:31:52 2022 +0000 |
committer | Mikhail Naganov <mnaganov@google.com> | Fri Dec 16 16:40:28 2022 +0000 |
tree | 35780f3138ed0f1f0714f847a6272bb414faba26 | |
parent | df5feba1418e460c84f39b4e2882778261e91d3e [diff] |
audio: Provide operations common to input and output streams Introduce IStreamCommon which contains methods that apply both to input and output streams. Move the 'close' method to it. Add 'IStreamIn/Out.getStreamCommon' method to retrieve the common interface. Add methods for dealing with HW AV Sync and vendor parameters. Bug: 205884982 Test: atest VtsHalAudioCoreTargetTest Change-Id: Ie1a7b32e28425f5398afc95192fcbc5403b5c332