Home
last modified time | relevance | path

Searched refs:newFixedThreadPool (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DConcurrentUtils.java53 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool() method in ConcurrentUtils
55 return Executors.newFixedThreadPool(nThreads, in newFixedThreadPool()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
H A DThreadUtils.java96 sThreadExecutor = Executors.newFixedThreadPool( in getThreadExecutor()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DParallelPackageParser.java49 return ConcurrentUtils.newFixedThreadPool(MAX_THREADS, "package-parsing-thread", in makeExecutorService()
H A DAppsFilterUtils.java217 final ExecutorService pool = ConcurrentUtils.newFixedThreadPool( in execute()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColorBitmapActivity.java75 private final ExecutorService mBufferFenceExecutor = Executors.newFixedThreadPool(1);
76 private final ExecutorService mBufferExecutor = Executors.newFixedThreadPool(1);
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java71 mService = ConcurrentUtils.newFixedThreadPool(mSize, in SystemServerInitThreadPool()
H A DSystemServiceManager.java489 useThreadPool ? Executors.newFixedThreadPool(mNumUserPoolThreads) : null; in onUser()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DViewServer.java109 mThreadPool = Executors.newFixedThreadPool(VIEW_SERVER_MAX_CONNECTIONS); in start()
H A DSurfaceAnimationRunner.java96 private final ExecutorService mEdgeExtensionExecutor = Executors.newFixedThreadPool(2);
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt249 private fun newThreadPool() = Executors.newFixedThreadPool(
/aosp14/frameworks/base/apct-tests/perftests/packagemanager/src/android/os/
H A DPackageParsingPerfTest.kt157 private val service = ConcurrentUtils.newFixedThreadPool(
/aosp14/frameworks/base/apct-tests/perftests/rubidium/src/android/rubidium/js/
H A DJSScriptEnginePerfTests.java102 private static final ExecutorService sExecutorService = Executors.newFixedThreadPool(10);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3230 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyReadWrite()
3308 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyRead()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt29606 HSPLjava/util/concurrent/Executors;->newFixedThreadPool(I)Ljava/util/concurrent/ExecutorService;
29607 HSPLjava/util/concurrent/Executors;->newFixedThreadPool(ILjava/util/concurrent/ThreadFactory;)Ljava…