Searched refs:mLooperThread (Results 1 – 1 of 1) sorted by relevance
69 private CameraThread mLooperThread; field in TestVideoProvider243 mLooperThread = new CameraThread(); in startCamera()246 mHandler = mLooperThread.start(); in startCamera()299 if (mLooperThread != null) { in stopCamera()300 mLooperThread.close(); in stopCamera()301 mLooperThread = null; in stopCamera()