Home
last modified time | relevance | path

Searched refs:mCaptureStartQueue (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java832 private final LinkedBlockingQueue<Pair<CaptureRequest, Long>> mCaptureStartQueue = field in CameraTestUtils.SimpleCaptureCallback
847 mCaptureStartQueue.put(new Pair(request, timestamp)); in onCaptureStarted()
1202 Pair<CaptureRequest, Long> shutter = mCaptureStartQueue.poll( in waitForCaptureStart()
1266 Pair<CaptureRequest, Long> captureStart = mCaptureStartQueue.poll( in getCaptureStartTimestamps()
1307 mCaptureStartQueue.clear(); in drain()