Searched refs:UpdatableCountDownLatch (Results 1 – 2 of 2) sorted by relevance
26 import com.android.camera.async.UpdatableCountDownLatch;65 UpdatableCountDownLatch<Void> exposureLatch = new UpdatableCountDownLatch<>(1); in run()
26 public class UpdatableCountDownLatch<T> extends CountDownLatch implements Updatable<T> { class27 public UpdatableCountDownLatch(int count) { in UpdatableCountDownLatch() method in UpdatableCountDownLatch