Searched refs:mBurstLifetime (Results 1 – 2 of 2) sorted by relevance
48 private Lifetime mBurstLifetime; field in BurstTakerImpl85 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()
68 private final Lifetime mBurstLifetime; field in BurstCaptureCommand101 mBurstLifetime = lifetime; in BurstCaptureCommand()121 mBurstLifetime.add(imageStream); in run()