Searched refs:mCaptureThread (Results 1 – 3 of 3) sorted by relevance
66 mCaptureThread.clear(); in release()77 sp<CaptureThread> t = mCaptureThread; in setEnabled()122 if (mCaptureThread != 0) { in setCaptureCallBack()123 sp<CaptureThread> t = mCaptureThread; in setCaptureCallBack()129 mCaptureThread.clear(); in setCaptureCallBack()136 mCaptureThread = new CaptureThread(this, rate, ((flags & CAPTURE_CALL_JAVA) != 0)); in setCaptureCallBack()139 rate, mCaptureThread.get(), mCaptureFlags); in setCaptureCallBack()
173 sp<CaptureThread> mCaptureThread; variable
102 mCaptureThread, (picture) -> { in onCreate()138 ExecutorService mCaptureThread = Executors.newSingleThreadExecutor(); field in PictureCaptureDemo