Searched refs:mSessionFuture (Results 1 – 3 of 3) sorted by relevance
81 private final SessionFuture mSessionFuture = new SessionFuture(); field in BlockingSessionCallback141 return mSessionFuture.get(timeoutMs, TimeUnit.MILLISECONDS); in waitAndGetSession()154 mSessionFuture.setSession(session); in onActive()161 mSessionFuture.setSession(session); in onClosed()171 mSessionFuture.setSession(session); in onConfigured()180 mSessionFuture.setSession(session); in onConfigureFailed()189 mSessionFuture.setSession(session); in onReady()198 mSessionFuture.setSession(session); in onSurfacePrepared()217 mSessionFuture.setSession(session); in onCaptureQueueEmpty()
66 private final SessionFuture mSessionFuture = new SessionFuture(); field in BlockingExtensionSessionCallback124 return mSessionFuture.get(timeoutMs, TimeUnit.MILLISECONDS); in waitAndGetSession()137 mSessionFuture.setSession(session); in onClosed()144 mSessionFuture.setSession(session); in onConfigured()153 mSessionFuture.setSession(session); in onConfigureFailed()
68 private ListenableFuture<Session> mSessionFuture; field in ScrollCaptureController163 mSessionFuture = mClient.start(response, maxPages); in run()164 mSessionFuture.addListener(this::onStartComplete, mContext.getMainExecutor()); in run()172 mSession = mSessionFuture.get(); in onStartComplete()