HomeSort by relevance Sort by last modified time
    Searched full:burstcontroller (Results 1 - 13 of 13) sorted by null

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstTaker.java 33 * @param burstController the instance for {@link BurstController}.
35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController);
BurstCaptureCommand.java 62 private final BurstController mBurstController;
84 * @param burstController the burst controller
94 BurstController burstController,
103 mBurstController = burstController;
173 // Note: BurstController will release images after use
BurstTakerImpl.java 83 BurstController burstController) {
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand,
BurstFacadeFactory.java 81 BurstFacade burstController = new BurstFacadeImpl(appContext, orientationController,
85 return new ToastingBurstFacadeDecorator(burstController, toaster);
BurstFacade.java 28 * interface over the {@link BurstController}.
BurstFacadeImpl.java 23 import com.android.camera.burst.BurstController.ImageStreamProperties;
62 private final BurstController mBurstController;
BurstController.java 49 interface BurstController {
  /packages/apps/Camera2/src_pd/com/android/camera/burst/
BurstControllerImpl.java 23 import com.android.camera.burst.BurstController.ImageStreamProperties;
33 class BurstControllerImpl implements BurstController {
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraOpener.java 48 * @param burstController the burst facade to configure
61 BurstFacade burstController,
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraFactory.java 40 BurstFacade burstController,
Camera2OneCameraOpenerImpl.java 109 final BurstFacade burstController,
176 burstController,
  /packages/apps/Camera2/src/com/android/camera/one/v1/
LegacyOneCameraOpenerImpl.java 53 BurstFacade burstController,
  /packages/apps/Camera2/src_pd/com/android/camera/one/v2/
OneCameraCreator.java 57 BurstFacade burstController,
129 burstController,

Completed in 406 milliseconds