HomeSort by relevance Sort by last modified time
    Searched defs:startBurst (Results 1 - 9 of 9) sorted by null

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstTaker.java 35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController);
ToastingBurstFacadeDecorator.java 73 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator,
76 mBurstFacade.startBurst(captureSessionCreator, deviceOrientation, cameraFacing,
BurstController.java 36 * Camera initializes the burst module by calling {@link #startBurst(SurfaceTexture,
103 public EvictionHandler startBurst(SurfaceTexture surfaceTexture,
BurstFacade.java 31 * "<code>initialize (startBurst stopBurst)* release</code>". That is there can
33 * {@link #startBurst(CaptureSession.CaptureSessionCreator, DeviceOrientation, Facing, int)} and
48 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator,
BurstFacadeFactory.java 43 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator,
BurstTakerImpl.java 82 public void startBurst(EvictionHandler evictionHandler,
BurstFacadeImpl.java 124 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator,
154 mBurstController.startBurst(
161 mBurstTaker.get().startBurst(evictionHandler, mBurstController);
  /packages/apps/Camera2/src_pd/com/android/camera/burst/
BurstControllerImpl.java 44 public EvictionHandler startBurst(SurfaceTexture surfaceTexture,
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 456 mBurstController.startBurst(
    [all...]

Completed in 61 milliseconds