Searched defs:startSession (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSession.java128 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder, method in class:CaptureIntentSession
134 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder, method in class:CaptureIntentSession
140 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri, method in class:CaptureIntentSession
/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSession.java182 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull byte[] placeholder, method in interface:CaptureSession
196 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Bitmap placeholder, method in interface:CaptureSession
209 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Uri uri, method in interface:CaptureSession
264 * stored. This is only available after startSession has been called and
271 * available after startSession has been called.
H A DCaptureSessionImpl.java219 public synchronized void startSession(@Nullable ImageLifecycleListener listener, method in class:CaptureSessionImpl
240 public synchronized void startSession(@Nullable ImageLifecycleListener listener, method in class:CaptureSessionImpl
265 public synchronized void startSession(@Nullable ImageLifecycleListener listener, method in class:CaptureSessionImpl
351 "Cannot call finish without calling startSession first.");
433 "Cannot call finish without calling startSession first.");

Completed in 94 milliseconds