Home
last modified time | relevance | path

Searched refs:EvictionHandler (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstTaker.java19 import com.android.camera.burst.EvictionHandler;
35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst()
DRingBuffer.java34 private final EvictionHandler mEvictionHandler;
43 public RingBuffer(int maxCapacity, EvictionHandler evictionHandler) { in RingBuffer()
DBurstCaptureCommand.java61 private final EvictionHandler mBurstEvictionHandler;
93 EvictionHandler burstEvictionHandler, in BurstCaptureCommand()
DEvictionHandler.java29 public interface EvictionHandler { interface
DBurstController.java103 public EvictionHandler startBurst(SurfaceTexture surfaceTexture, in startBurst()
DBurstTakerImpl.java82 public void startBurst(EvictionHandler evictionHandler, in startBurst()
DBurstFacadeImpl.java153 EvictionHandler evictionHandler = in startBurst()
/packages/apps/Camera2/src_pd/com/android/camera/burst/
DBurstControllerImpl.java22 import com.android.camera.burst.EvictionHandler;
44 public EvictionHandler startBurst(SurfaceTexture surfaceTexture, in startBurst()