Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DRequestThreadManager.java709 boolean success = mCaptureCollector.waitForEmpty(JPEG_FRAME_TIMEOUT,
740 boolean success = mCaptureCollector.waitForEmpty(JPEG_FRAME_TIMEOUT,
969 boolean success = mCaptureCollector.waitForEmpty(JPEG_FRAME_TIMEOUT,
DCaptureCollector.java373 public boolean waitForEmpty(long timeout, TimeUnit unit) throws InterruptedException { in waitForEmpty() method in CaptureCollector