Searched refs:evictionHandler (Results 1 – 4 of 4) sorted by relevance
43 public RingBuffer(int maxCapacity, EvictionHandler evictionHandler) { in RingBuffer() argument45 mEvictionHandler = evictionHandler; in RingBuffer()
82 public void startBurst(EvictionHandler evictionHandler, in startBurst() argument91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand, in startBurst()
153 EvictionHandler evictionHandler = in startBurst() local161 mBurstTaker.get().startBurst(evictionHandler, mBurstController); in startBurst()
35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst() argument