Searched refs:mCaptureStartQueue (Results 1 – 1 of 1) sorted by relevance
385 private final LinkedBlockingQueue<Pair<CaptureRequest, Long>> mCaptureStartQueue = field in CameraTestUtils.SimpleCaptureCallback394 mCaptureStartQueue.put(new Pair(request, timestamp)); in onCaptureStarted()611 Pair<CaptureRequest, Long> shutter = mCaptureStartQueue.poll( in waitForCaptureStart()636 mCaptureStartQueue.clear(); in drain()