media/library/core/src
tonihei 030f52b41b Wait for HandlerThread to terminate after calling quit.
Calling HandlerThread.quit() or .quitSafely() doesn't immediately terminate
the thread. It just instructs the Looper not to accept any new messages and
to terminate at the next opportunity. Added a HandlerThread.join() everywhere
where the intention is to close and release all resources and to stop all
threads.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171525241
2017-10-11 12:26:58 +01:00
..
androidTest Add onSeekProcessed callback to Player interface. 2017-10-11 12:07:54 +01:00
main Wait for HandlerThread to terminate after calling quit. 2017-10-11 12:26:58 +01:00
test/java/com/google/android/exoplayer2 Add ActionFile which stores and loads DownloadActions to/from a file. 2017-10-11 12:22:49 +01:00