Lines Matching defs:thread
256 /** Main thread handler. */
258 /** Handler thread for camera-related operations. */
311 HandlerThread thread = new HandlerThread("CaptureModule.mCameraHandler");
312 thread.start();
313 mCameraHandler = new Handler(thread.getLooper());
535 // Don't do always because letting go of thread can cause delay.