media/library
andrewlewis bbc3b182bb 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-08-17 22:48:15 +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-08-17 22:48:15 +01:00
dash Make data sources private in SegmentDownloader 2017-08-17 22:41:48 +01:00
hls Bump minimum and target API levels + support lib version 2017-08-11 15:01:43 +01:00
smoothstreaming Add SmoothStreaming downloader and download action 2017-08-17 22:45:35 +01:00
ui Some Leanback extension + minVersion bump fixes 2017-08-17 22:36:47 +01:00