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

  /frameworks/base/core/java/com/android/internal/util/function/pooled/
PooledLambda.java 173 static <A> PooledRunnable obtainRunnable(
218 * {@link #obtainRunnable(Consumer, Object)}
254 static <A, B> PooledRunnable obtainRunnable(
403 * {@link #obtainRunnable(BiConsumer, Object, Object)}
441 static <A, B, C> PooledRunnable obtainRunnable(
580 * {@link #obtainRunnable(TriConsumer, Object, Object, Object)}
620 static <A, B, C, D> PooledRunnable obtainRunnable(
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 19 import static com.android.internal.util.function.pooled.PooledLambda.obtainRunnable;
    [all...]

Completed in 1095 milliseconds