Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java556 private ConditionVariable captureQueueEmptyCond = new ConditionVariable(); in testMultipleCapture() field in PerformanceTest.MultipleCaptureStateCallback
577 captureQueueEmptyCond.open(); in testMultipleCapture()
588 if (captureQueueEmptyCond.block(timeout)) { in testMultipleCapture()
589 captureQueueEmptyCond.close(); in testMultipleCapture()