Searched refs:PooledSupplier (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledSupplier.java32 public interface PooledSupplier<T> extends PooledLambda, Supplier<T>, ThrowingSupplier<T> { interface in inherits:PooledLambda,Supplier,ThrowingSupplier
40 PooledSupplier<T> recycleOnUse();
45 PooledSupplier.OfInt recycleOnUse();
51 PooledSupplier.OfLong recycleOnUse();
57 PooledSupplier.OfDouble recycleOnUse();
H A DOmniFunction.java46 PooledSupplier<R>, PooledRunnable, ThrowingRunnable, ThrowingSupplier<R>,
47 PooledSupplier.OfInt, PooledSupplier.OfLong, PooledSupplier.OfDouble {
H A DPooledLambda.java117 * Wraps the given value into a {@link PooledSupplier}
122 static <R> PooledSupplier<R> obtainSupplier(R value) {
129 * Wraps the given value into a {@link PooledSupplier}
134 static PooledSupplier.OfInt obtainSupplier(int value) {
141 * Wraps the given value into a {@link PooledSupplier}
146 static PooledSupplier.OfLong obtainSupplier(long value) {
153 * Wraps the given value into a {@link PooledSupplier}
158 static PooledSupplier.OfDouble obtainSupplier(double value) {
181 * {@link PooledSupplier} factory
186 * @return a {@link PooledSupplier}, equivalen
[all...]
/frameworks/base/config/
H A Dpreloaded-classes4132 com.android.internal.util.function.pooled.PooledSupplier
4133 com.android.internal.util.function.pooled.PooledSupplier$OfDouble
4134 com.android.internal.util.function.pooled.PooledSupplier$OfInt
4135 com.android.internal.util.function.pooled.PooledSupplier$OfLong
H A Dboot-image-profile.txt10267 HPLcom/android/internal/util/function/pooled/PooledLambda;->obtainSupplier(Lcom/android/internal/util/function/TriFunction;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/android/internal/util/function/pooled/PooledSupplier;
10269 HPLcom/android/internal/util/function/pooled/PooledLambdaImpl;->recycleOnUse()Lcom/android/internal/util/function/pooled/PooledSupplier;
[all...]

Completed in 103 milliseconds