Searched refs:SwapTask (Results 1 – 2 of 2) sorted by relevance
37 import com.android.camera.util.ConcurrentSharedRingBuffer.SwapTask;464 new SwapTask<CapturedImage>() {493 new SwapTask<CapturedImage>() {
46 public static interface SwapTask<E> { interface in ConcurrentSharedRingBuffer229 public boolean swapLeast(long newKey, SwapTask<E> swapper) { in swapLeast()