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

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstTaker.java 19 import com.android.camera.burst.EvictionHandler;
31 * @param evictionHandler the strategy to use for evicting frames from the
35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController);
RingBuffer.java 29 * {@link EvictionHandler} instance and uses it to evict frames when the ring
34 private final EvictionHandler mEvictionHandler;
41 * @param evictionHandler
43 public RingBuffer(int maxCapacity, EvictionHandler evictionHandler) {
45 mEvictionHandler = evictionHandler;
BurstTakerImpl.java 82 public void startBurst(EvictionHandler evictionHandler,
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand,
BurstFacadeImpl.java 153 EvictionHandler evictionHandler =
161 mBurstTaker.get().startBurst(evictionHandler, mBurstController);

Completed in 73 milliseconds