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

Skip to content
Commit fdf8e0fa authored by Kuowei Li's avatar Kuowei Li
Browse files

audio: Fix AudioTrack stuck while interrupting waitStreamEndDone

When AudioTrack is waiting for waitStreamEndDone() and there is interrupt coming.
There is timing issue that AudioTrack will not enter STATE_STOPPED and be stuck at
requestExitAndWait().
Move interrupt after exit flag be set to prevent this problem.

Bug: 208191856
Test: atest CtsMediaTestCases
Change-Id: I2a42b99ae4d33ff95db2a736585475b4ee636d04
parent 6100fd64
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