commit | af59ce2407fa4e6e5d8f1664a4df2daf1badd407 | [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 | 6a7eacbbcc46026be5fa06535c80e3de357c4e79 | |
parent | 50817931e4cb4ae0019fd13c831a2839349834c5 [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