Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 15a53f71 authored by Vikas Reddy Pachika's avatar Vikas Reddy Pachika Committed by Linux Build Service Account
Browse files

libstagefright: Release mLock before TimedEventQueue stop

During suspend call, mQueue.Stop() gets blocked for onVideoEvent()
to complete, which in turn tries to acquire the mLock held
by suspend(). Thus, it leads to deadlock.

Changes are done to release the lock before calling mQueue.Stop()
and acquire the lock once stop is finished.

Change-Id: Iadb14299bbdd0ae7e80baffc273a910c8d6ff9bb
CRs-Fixed: 730002
parent 3b4a2ba8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment