OSDN Git Service

fix incoming call audio start time.
authorEric Laurent <elaurent@google.com>
Mon, 23 Sep 2013 19:08:05 +0000 (12:08 -0700)
committerEric Laurent <elaurent@google.com>
Mon, 23 Sep 2013 19:38:11 +0000 (12:38 -0700)
commit21e5456821e3c107d09b0629adbf23c9e06e7c0b
treec2eef1ee9d591a96e88922b5061a861d8596c802
parent4b701cc041d635e5ec56e382043a4c5d01aedd80
fix incoming call audio start time.

commit cec4abb fixing issue 6720482 had a flaw that
would insert commmands at the wrong position in the
audio policy service command thread queue causing other
commands to be delayed more than expected.

A change in track stop timing introduced by commit bfb1b83
made this issue visible when answering a call.

Bug: 10860012.
Change-Id: Iec769112f14e13d13b64628b808e43663e33771c
services/audioflinger/AudioPolicyService.cpp