commit | 9a30fc13f55ca55bc0409f8a9d2e77d5a803bb7c | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Oct 05 14:41:42 2010 -0700 |
committer | Eric Laurent <elaurent@google.com> | Tue Oct 05 14:41:42 2010 -0700 |
tree | da8a63db182a56c61a463a9967eb98859a2efc41 | |
parent | b9a40068b590b86904b40bf466571b140d0f94b4 [diff] |
Fixed AudioFlinger not always pausing tracks If the pause request is received before the AudioTrack buffer was completelly filled and the track ready for mixing, the pause is not executed: the track just underruns and stays in pausing state. The fix consists in considering the track ready for mixing immediately if pausing. Change-Id: Ia6cb4703fee2126e41011a6400ea8eeb3a3e5456