Loading media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -543,7 +543,7 @@ void NuPlayerDriver::notifySeekComplete_l() { // no need to notify listener // no need to notify listener return; return; } } // note: notifyListener called with lock held // note: notifyListener called with lock released mLock.unlock(); mLock.unlock(); notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED); notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED); mLock.lock(); mLock.lock(); Loading Loading
media/libmediaplayerservice/nuplayer/NuPlayerDriver.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -543,7 +543,7 @@ void NuPlayerDriver::notifySeekComplete_l() { // no need to notify listener // no need to notify listener return; return; } } // note: notifyListener called with lock held // note: notifyListener called with lock released mLock.unlock(); mLock.unlock(); notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED); notifyListener(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED); mLock.lock(); mLock.lock(); Loading