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