Home
last modified time | relevance | path

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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingSessionCallback.java81 private final SessionFuture mSessionFuture = new SessionFuture();
260 private static class SessionFuture implements Future<CameraCaptureSession> { class in BlockingSessionCallback