commit | 90eea7631b07117e46ae8b84889a2baa3eee7aea | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Mon Jul 06 16:24:14 2015 -0700 |
committer | Phil Burk <philburk@google.com> | Tue Jul 07 16:40:00 2015 -0700 |
tree | e31c07b33a68919b011a031f08eb785bba0c066d | |
parent | 29b7cec9a248828d2371bc8758d819308d0e84a4 [diff] |
AudioFlinger: reset frame position on standby The HAL does not reset the frame position on standby(). But applications expect the frame position to be reset. So we subtract the position at standby from the current position. Bug: 21724210 Bug: 21930805 Change-Id: I0c4520ba1c6c06a580f45f6bafc8cf1d56969f07 Signed-off-by: Phil Burk <philburk@google.com>