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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java81 private final SessionFuture mSessionFuture = new SessionFuture(); field in class:BlockingSessionCallback
141 return mSessionFuture.get(timeoutMs, TimeUnit.MILLISECONDS);
154 mSessionFuture.setSession(session);
161 mSessionFuture.setSession(session);
171 mSessionFuture.setSession(session);
180 mSessionFuture.setSession(session);
189 mSessionFuture.setSession(session);
198 mSessionFuture.setSession(session);
217 mSessionFuture.setSession(session);

Completed in 63 milliseconds