HomeSort by relevance Sort by last modified time
    Searched refs:mBurstLifetime (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstTakerImpl.java 48 private Lifetime mBurstLifetime;
85 Preconditions.checkState(mBurstLifetime == null,
87 mBurstLifetime = new Lifetime();
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand,
100 if (mBurstLifetime != null) {
101 mBurstLifetime.close();
102 mBurstLifetime = null;
BurstCaptureCommand.java 68 private final Lifetime mBurstLifetime;
101 mBurstLifetime = lifetime;
121 mBurstLifetime.add(imageStream);

Completed in 1513 milliseconds