OSDN Git Service

Fix SoundPool lockup
authorMarco Nelissen <marcone@google.com>
Tue, 26 Aug 2014 20:57:32 +0000 (13:57 -0700)
committerThe Android Automerger <android-build@google.com>
Wed, 27 Aug 2014 00:15:41 +0000 (17:15 -0700)
commit1c874b152291361fb5a05fc9da87aba664898fd5
tree79de55422fc962458cbf6f50917e5596687dfc8c
parent9a8b629ad56f97e0178aa7352bafd66ec6b0ced3
Fix SoundPool lockup

NuPlayerDriver needs to update its internal state before calling
its listener, so that when the listener calls back into NuPlayerDriver,
NuPlayerDriver has the right state.

Bug: 14057920
Change-Id: I224882c427f5e3c9d4bf96c5d68075e235062401
media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp