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

  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 37 import com.android.camera.util.ConcurrentSharedRingBuffer.SwapTask;
464 new SwapTask<CapturedImage>() {
493 new SwapTask<CapturedImage>() {
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 46 public static interface SwapTask<E> {
218 * may modify the element in-place. See {@link SwapTask}. <br>
229 public boolean swapLeast(long newKey, SwapTask<E> swapper) {

Completed in 85 milliseconds