Home
last modified time | relevance | path

Searched refs:startBurst (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacadeImpl.java124 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator, in startBurst() method in BurstFacadeImpl
154 mBurstController.startBurst( in startBurst()
161 mBurstTaker.get().startBurst(evictionHandler, mBurstController); in startBurst()
DToastingBurstFacadeDecorator.java73 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator, in startBurst() method in ToastingBurstFacadeDecorator
76 mBurstFacade.startBurst(captureSessionCreator, deviceOrientation, cameraFacing, in startBurst()
DBurstTaker.java35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst() method
DBurstFacade.java48 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator, in startBurst() method
DBurstController.java103 public EvictionHandler startBurst(SurfaceTexture surfaceTexture, in startBurst() method
DBurstFacadeFactory.java43 public void startBurst(CaptureSession.CaptureSessionCreator captureSessionCreator, in startBurst() method in BurstFacadeFactory.BurstFacadeStub
DBurstTakerImpl.java82 public void startBurst(EvictionHandler evictionHandler, in startBurst() method in BurstTakerImpl
/packages/apps/Camera2/src_pd/com/android/camera/burst/
DBurstControllerImpl.java44 public EvictionHandler startBurst(SurfaceTexture surfaceTexture, in startBurst() method in BurstControllerImpl
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java456 mBurstController.startBurst( in onShutterButtonLongPressed()