Searched refs:mResultQueue (Results 1 – 3 of 3) sorted by relevance
95 private final LinkedBlockingQueue<TotalCaptureResult> mResultQueue = field in CameraSessionUtils.CaptureCallback122 return new Pair<>(mResultQueue.poll(), mCaptureTimeQueue.poll()); in getCapturedResult()135 mResultQueue.offer(result); in onCaptureCompleted()
898 private final LinkedBlockingQueue<Pair<CaptureResult, Long> > mResultQueue = field in PerformanceTest.SimpleTimingResultListener906 mResultQueue.put(new Pair<CaptureResult, Long>(result, time)); in onCaptureCompleted()943 mResultQueue.poll(timeout, TimeUnit.MILLISECONDS); in getCaptureResultNTime()
1785 private final LinkedBlockingQueue<TotalCaptureResult> mResultQueue =1797 mResultQueue.put(result);1813 result = mResultQueue.poll(timeoutMs, TimeUnit.MILLISECONDS);