Home | History | Annotate | Download | only in media

Lines Matching refs:mHandlerThread

5527         private HandlerThread mHandlerThread;
5545 mHandlerThread = new HandlerThread("MediaPlayerMTPEventThread",
5547 mHandlerThread.start();
5548 looper = mHandlerThread.getLooper();
5572 if (mHandlerThread != null) {
5573 mHandlerThread.quitSafely();
5574 mHandlerThread = null;
5580 if (mHandlerThread != null) {
5581 mHandlerThread.quitSafely();