Skip to content
Snippets Groups Projects
Commit d54b5a54 authored by Chih-Yu Huang's avatar Chih-Yu Huang
Browse files

C2VdaBqBlockPool: change Fence::waitForever() to Fence::wait()

When running MediaSyncTest, Fence::waitForever() is stuck for few
seconds, and it blocks other methods due to the mutex. This CL changes
waitForever() method to wait() with timeout. Also we enlarge the
timeout to 32 ms.

Bug: 177484971
Test: android.media.cts.AdaptivePlaybackTest
Test: android.media.cts.MediaSyncTest#testPlayVideo

Change-Id: I6d8d2c3befed35e17e16f322edfaa4245797254c
parent 856f88a7
No related branches found
No related tags found
No related merge requests found
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