Searched refs:mSessionFuture (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java78 private final SessionFuture mSessionFuture = new SessionFuture(); field in class:BlockingSessionCallback
137 return mSessionFuture.get(timeoutMs, TimeUnit.MILLISECONDS);
150 mSessionFuture.setSession(session);
157 mSessionFuture.setSession(session);
164 mSessionFuture.setSession(session);
171 mSessionFuture.setSession(session);
178 mSessionFuture.setSession(session);

Completed in 16 milliseconds