Home
last modified time | relevance | path

Searched refs:obtainRunnable (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java176 static <A> PooledRunnable obtainRunnable( in obtainRunnable() method
227 static <A, B> PooledRunnable obtainRunnable( in obtainRunnable() method
376 static <A, B, C> PooledRunnable obtainRunnable( in obtainRunnable() method
431 static <A, B, C, D> PooledRunnable obtainRunnable( in obtainRunnable() method
488 static <A, B, C, D, E> PooledRunnable obtainRunnable( in obtainRunnable() method
548 static <A, B, C, D, E, F> PooledRunnable obtainRunnable( in obtainRunnable() method
610 static <A, B, C, D, E, F, G> PooledRunnable obtainRunnable( in obtainRunnable() method
674 static <A, B, C, D, E, F, G, H> PooledRunnable obtainRunnable( in obtainRunnable() method
742 static <A, B, C, D, E, F, G, H, I> PooledRunnable obtainRunnable( in obtainRunnable() method
812 static <A, B, C, D, E, F, G, H, I, J> PooledRunnable obtainRunnable( in obtainRunnable() method
[all …]
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraInjectionSessionImpl.java19 import static com.android.internal.util.function.pooled.PooledLambda.obtainRunnable;
189 mExecutor.execute(obtainRunnable( in scheduleNotifyError()
H A DCameraDeviceImpl.java19 import static com.android.internal.util.function.pooled.PooledLambda.obtainRunnable;
1827 mDeviceExecutor.execute(obtainRunnable( in scheduleNotifyError()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowTokenClient.java194 mHandler.post(PooledLambda.obtainRunnable(this::onConfigurationChanged, newConfig, in onConfigurationChanged()
286 mHandler.post(PooledLambda.obtainRunnable( in onWindowTokenRemoved()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsUidStateTrackerImpl.java265 mExecutor.executeDelayed(PooledLambda.obtainRunnable( in updateUidProcState()
361 executor.execute(PooledLambda.obtainRunnable( in commitUidPendingState()
432 mExecutor.execute(PooledLambda.obtainRunnable(EventLog::logUpdateUidProcStateAsync, in logUpdateUidProcState()
457 mExecutor.execute(PooledLambda.obtainRunnable(EventLog::logCommitUidStateAsync, in logCommitUidState()
490 mExecutor.execute(PooledLambda.obtainRunnable(EventLog::logEvalForegroundModeAsync, in logEvalForegroundMode()
H A DAttributedOp.java241 PooledLambda.obtainRunnable(AppOpsService::onClientDeath, this, clientId), in startedOrPaused()
H A DAppOpsService.java1311 mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::clearHistory, in packageRemovedLocked()
1659 mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::getHistoricalOps, in getHistoricalOps()
1690 mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::getHistoricalOpsFromDiskRaw, in getHistoricalOpsFromDiskRaw()
6396 mHandler.postDelayed(PooledLambda.obtainRunnable((that) -> {
/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSessionService.java74 Handler.getMain().post(PooledLambda.obtainRunnable(
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java1185 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onCreated, mCallback, in onSessionCreated()
1191 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onBadgingChanged, in onSessionBadgingChanged()
1197 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onActiveChanged, in onSessionActiveChanged()
1203 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onProgressChanged, in onSessionProgressChanged()
1209 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onFinished, in onSessionFinished()
H A DLauncherApps.java638 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsAddedOrUpdated, in onShortcutsAddedOrUpdated()
654 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsRemoved, in onShortcutsRemoved()
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobStoreManager.java947 executor.execute(PooledLambda.obtainRunnable( in commit()
/aosp14/frameworks/base/tests/benchmarks/internal/src/com/android/internal/
H A DLambdaPerfTest.java156 final Runnable r = PooledLambda.obtainRunnable(Task::doSomething, mTask).recycleOnUse(); in testRunnable()
/aosp14/frameworks/base/core/java/android/app/
H A DUiModeManager.java1182 executor.execute(PooledLambda.obtainRunnable( in onProjectionStateChanged()
H A DActivityThread.java1871 final Runnable r = PooledLambda.obtainRunnable(ActivityThread::handleTrimMemory, in scheduleTrimMemory()
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java996 executor.execute(PooledLambda.obtainRunnable(
/aosp14/frameworks/base/services/core/java/android/content/pm/
H A DPackageManagerInternal.java1191 mExecutor.execute(PooledLambda.obtainRunnable( in onPackageLoadingProgressChanged()
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java674 mHandler.post(PooledLambda.obtainRunnable( in onStateChanged()
696 mHandler.post(PooledLambda.obtainRunnable( in onStateChangedInternal()
1608 mHandler.post(PooledLambda.obtainRunnable(remoteCallback::sendResult, null) in waitForIdle()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java1393 mMainHandler.post(PooledLambda.obtainRunnable((nonArg) -> { in takeScreenshot()
1430 mMainHandler.post(PooledLambda.obtainRunnable((nonArg) -> { in sendScreenshotFailure()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentTasks.java223 mService.mH.post(PooledLambda.obtainRunnable((nonArg) -> {
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt22579 HSPLcom/android/internal/util/function/pooled/PooledLambda;->obtainRunnable(Lcom/android/internal/u…
22580 HSPLcom/android/internal/util/function/pooled/PooledLambda;->obtainRunnable(Ljava/util/function/BiC…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt22643 HSPLcom/android/internal/util/function/pooled/PooledLambda;->obtainRunnable(Lcom/android/internal/u…
22644 HSPLcom/android/internal/util/function/pooled/PooledLambda;->obtainRunnable(Ljava/util/function/BiC…