Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraInjectionSessionImpl.java19 import static com.android.internal.util.function.pooled.PooledLambda.obtainRunnable;
189 mExecutor.execute(obtainRunnable( in scheduleNotifyError()
DCameraDeviceImpl.java19 import static com.android.internal.util.function.pooled.PooledLambda.obtainRunnable;
1739 mDeviceExecutor.execute(obtainRunnable( in scheduleNotifyError()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java188 static <A> PooledRunnable obtainRunnable( in obtainRunnable() method
273 static <A, B> PooledRunnable obtainRunnable( in obtainRunnable() method
530 static <A, B, C> PooledRunnable obtainRunnable( in obtainRunnable() method
718 static <A, B, C, D> PooledRunnable obtainRunnable( in obtainRunnable() method
955 static <A, B, C, D, E> PooledRunnable obtainRunnable( in obtainRunnable() method
1036 static <A, B, C, D, E, F> PooledRunnable obtainRunnable( in obtainRunnable() method
1120 static <A, B, C, D, E, F, G> PooledRunnable obtainRunnable( in obtainRunnable() method
1208 static <A, B, C, D, E, F, G, H> PooledRunnable obtainRunnable( in obtainRunnable() method
1301 static <A, B, C, D, E, F, G, H, I> PooledRunnable obtainRunnable( in obtainRunnable() method
1397 static <A, B, C, D, E, F, G, H, I, J> PooledRunnable obtainRunnable( in obtainRunnable() method
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DIncrementalStates.java86 mHandler.post(PooledLambda.obtainRunnable( in onLoadingStateChanged()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java837 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onCreated, mCallback, in onSessionCreated()
843 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onBadgingChanged, in onSessionBadgingChanged()
849 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onActiveChanged, in onSessionActiveChanged()
855 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onProgressChanged, in onSessionProgressChanged()
861 mExecutor.execute(PooledLambda.obtainRunnable(SessionCallback::onFinished, in onSessionFinished()
DLauncherApps.java621 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsAddedOrUpdated, in onShortcutsAddedOrUpdated()
637 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsRemoved, in onShortcutsRemoved()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryExternalStatsWorker.java266 return mExecutorService.schedule(PooledLambda.obtainRunnable( in scheduleReadProcStateCpuTimes()
285 return mExecutorService.submit(PooledLambda.obtainRunnable( in scheduleCopyFromAllUidsCpuTimes()
/frameworks/base/core/java/android/app/
DUiModeManager.java917 executor.execute(PooledLambda.obtainRunnable( in onProjectionStateChanged()
DActivityThread.java1699 final Runnable r = PooledLambda.obtainRunnable(ActivityThread::handleTrimMemory, in scheduleTrimMemory()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobStoreManager.java931 executor.execute(PooledLambda.obtainRunnable( in commit()
/frameworks/base/tests/benchmarks/internal/src/com/android/internal/
DLambdaPerfTest.java158 final Runnable r = PooledLambda.obtainRunnable(Task::doSomething, mTask).recycleOnUse(); in testRunnable()
/frameworks/base/services/core/java/android/content/pm/
DPackageManagerInternal.java1113 mExecutor.execute(PooledLambda.obtainRunnable( in onPackageLoadingProgressChanged()
/frameworks/base/core/java/android/net/
DNetworkPolicyManager.java868 executor.execute(PooledLambda.obtainRunnable(
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java657 mHandler.post(PooledLambda.obtainRunnable( in onStateChanged()
679 mHandler.post(PooledLambda.obtainRunnable( in onStateChangedInternal()
1575 mHandler.post(PooledLambda.obtainRunnable(remoteCallback::sendResult, null) in waitForIdle()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java1160 mMainHandler.post(PooledLambda.obtainRunnable((nonArg) -> { in takeScreenshot()
1197 mMainHandler.post(PooledLambda.obtainRunnable((nonArg) -> { in sendScreenshotFailure()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java39 import static com.android.internal.util.function.pooled.PooledLambda.obtainRunnable;
812 Binder.withCleanCallingIdentity(obtainRunnable(CompanionDeviceManagerService:: in updateSpecialAccessPermissionForAssociatedPackage()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1063 PooledLambda.obtainRunnable(AppOpsService::onClientDeath, this, clientId), in startedOrPaused()
2070 mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::clearHistory, in packageRemoved()
2401 mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::getHistoricalOps, in getHistoricalOps()
2432 mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::getHistoricalOpsFromDiskRaw, in getHistoricalOpsFromDiskRaw()
7469 mHandler.postDelayed(PooledLambda.obtainRunnable((that) -> {
/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java217 mService.mH.post(PooledLambda.obtainRunnable((nonArg) -> {
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java1307 PooledLambda.obtainRunnable(WindowManagerInternal::addWindowToken, in createInputMethodWindowToken()
/frameworks/base/boot/
Dboot-image-profile.txt22443 HSPLcom/android/internal/util/function/pooled/PooledLambda;->obtainRunnable(Ljava/util/function/BiC…
/frameworks/base/config/
Dboot-image-profile.txt22490 HSPLcom/android/internal/util/function/pooled/PooledLambda;->obtainRunnable(Ljava/util/function/BiC…