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