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()
341 private final BurstFacade mBurstController; field in CaptureModule364 mBurstController = BurstFacadeFactory.create(mContext, in CaptureModule()456 mBurstController.startBurst( in onShutterButtonLongPressed()477 mBurstController.stopBurst(); in onShutterButtonFocus()690 mBurstController.initialize(new SurfaceTexture(0)); in resume()736 mBurstController.release(); in pause()1373 imageRotationCalculator, mBurstController, mSoundPlayer,