Searched refs:mBurstController (Results 1 – 3 of 3) sorted by relevance
62 private final BurstController mBurstController; field in BurstFacadeImpl119 mBurstController = new BurstControllerImpl(appContext); in BurstFacadeImpl()154 mBurstController.startBurst( in startBurst()161 mBurstTaker.get().startBurst(evictionHandler, mBurstController); in startBurst()
62 private final BurstController mBurstController; field in BurstCaptureCommand103 mBurstController = burstController; in BurstCaptureCommand()174 mBurstController.processBurstResults(capturedImages); in run()
348 private final BurstFacade mBurstController; field in CaptureModule371 mBurstController = BurstFacadeFactory.create(mContext, in CaptureModule()465 mBurstController.startBurst( in onShutterButtonLongPressed()486 mBurstController.stopBurst(); in onShutterButtonFocus()720 mBurstController.initialize(new SurfaceTexture(0)); in resume()766 mBurstController.release(); in pause()1403 imageRotationCalculator, mBurstController, mSoundPlayer,