OSDN Git Service

audioflinger: longer offload thread standby delay
authorEric Laurent <elaurent@google.com>
Wed, 4 Sep 2013 16:42:59 +0000 (09:42 -0700)
committerEric Laurent <elaurent@google.com>
Fri, 13 Sep 2013 19:14:07 +0000 (12:14 -0700)
commit972a173d7d1de1a3b5a617aae3e2abb6e05ae02d
treef506c9ef80a8a31bfd58a254617fdecb26dbbcf5
parent99bf6267f0a4e2c3153be49ced59ae164d55ea6d
audioflinger: longer offload thread standby delay

- Increase offloaded output thread standby delay to 1 second
to allow transition between tracks with going to stanby
if reusing the same audio track (gapless)

- Make sure pause/flush/resume sequence is sent to the HAL
in the right order

- Fix format display in track dump

Bug: 8174034.
Change-Id: I43ef6f8fdbf7427e4eff6cc2d0665d7d1463ea8a
services/audioflinger/Threads.cpp
services/audioflinger/Tracks.cpp