commit | 45986c74cd5253bcc81b1b4954e3ff3300f7e6d8 | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Tue Dec 18 18:22:59 2018 -0800 |
committer | Kevin Rocard <krocard@google.com> | Wed Feb 06 09:38:33 2019 -0800 |
tree | 7c549d046cb5b342affb16ac8fdfeb13d3f53f3b | |
parent | ba98acb34e60b2bf2dac5a55c4acbb80b5408568 [diff] |
Audioflinger: add timeout to PatchTrack Add support for timeout that was only supported by PatchRecord. This is implemented by moving the timeout and common code in a base class. Also remove PatchRecord useless virtual inheritance of RecordTrack. Test: adb shell audiorecorder --target /data/file.raw Bug: 111453086 Change-Id: I833148f31a311ca41092be1d7e2d170f086322c5 Signed-off-by: Kevin Rocard <krocard@google.com>