Do not stop audio track when the buffer queue is empty.

Stopping audio track is not required as there is automatic underrun
detection in AudioFlinger. When the buffer queue is empty, the audio
track will be underrun. When there is new buffer available, the audio
track will be restarted automatically.

Bug: 154868033
Test: Use OboeTester to play audio via OpenSL ES.
Change-Id: Ia051b6639fac4d4fe7c505cff07676b52b6b4fa7
1 file changed
tree: 008be32bde9ca6df0b13adddaf9aa485558f3dbb
  1. doc/
  2. include/
  3. src/
  4. tests/
  5. tools/
  6. Android.bp
  7. OWNERS