Home
last modified time | relevance | path

Searched refs:mBurstLifetime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstTakerImpl.java48 private Lifetime mBurstLifetime; field in BurstTakerImpl
85 Preconditions.checkState(mBurstLifetime == null, in startBurst()
87 mBurstLifetime = new Lifetime(); in startBurst()
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand, in startBurst()
100 if (mBurstLifetime != null) { in stopBurst()
101 mBurstLifetime.close(); in stopBurst()
102 mBurstLifetime = null; in stopBurst()
DBurstCaptureCommand.java68 private final Lifetime mBurstLifetime; field in BurstCaptureCommand
101 mBurstLifetime = lifetime; in BurstCaptureCommand()
121 mBurstLifetime.add(imageStream); in run()