commit | 6fc2a7c81f62b1e21487ae37e11aae6241bc3ead | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Thu Apr 30 16:08:10 2015 -0700 |
committer | Phil Burk <philburk@google.com> | Fri May 01 17:17:44 2015 -0700 |
tree | 2b8396ccca007dfb36b825df49d4a430b3dd3d1c | |
parent | 1de1e25cba872bd4c077c2e394f8ca9c70b65856 [diff] |
AudioTrack: fix direct tracks not pausing When a Direct Track is paused and the HAL does not support pause() and resume() then the HW never gets paused. The app can just keep writing data, which gets played. Bug: 18899620 Change-Id: Ice0f360956ff7ca425f6f24a0a2a8640d8b43fa8 Signed-off-by: Phil Burk <philburk@google.com>