media/library
andrewlewis 94a5e9bc3a Restore the interrupted flag after blocking operations
If the main thread was interrupted during
ExoPlayerImplInternal.blockingSendMessage/release, the interrupted flag was
immediately set but then wait() was called on the next iteration. wait() would
immediately throw InterruptedException, causing the main thread to spin until
the blocking operation completed.

Instead of resetting the flag immediately, reset it after the blocking
operation completes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165426493
2017-09-09 00:35:59 +01:00
..
all Make it easier to use ExoPlayer modules in other projects II 2017-06-28 22:26:05 +01:00
core Restore the interrupted flag after blocking operations 2017-09-09 00:35:59 +01:00
dash Minimal change to expose segment indices in DefaultDashChunkSource 2017-09-09 00:31:39 +01:00
hls Disable test coverage again 2017-08-07 13:43:03 +01:00
smoothstreaming Disable test coverage again 2017-08-07 13:43:03 +01:00
ui Support crop mode for AspectRatioFrameLayout 2017-09-09 00:34:28 +01:00