Home
last modified time | relevance | path

Searched refs:setThreadPoolMaxThreadCount (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/test/vts-testcase/hal/treble/vintf/
Dmain.cpp25 ProcessState::self()->setThreadPoolMaxThreadCount(1); in main()
/aosp_15_r20/hardware/interfaces/gnss/aidl/vts/
H A DVtsHalGnssTargetTest.cpp32 ProcessState::self()->setThreadPoolMaxThreadCount(1); in main()
/aosp_15_r20/frameworks/native/services/gpuservice/
H A Dmain_gpuservice.cpp34 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp41 ps->setThreadPoolMaxThreadCount(1); // everything is oneway, let it queue and save ram in main()
/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dprocess.cpp30 return ProcessState::self()->setThreadPoolMaxThreadCount(numThreads) == 0; in ABinderProcess_setThreadPoolMaxThreadCount()
/aosp_15_r20/external/libbrillo/brillo/
H A Dbinder_watcher.cc42 ProcessState::self()->setThreadPoolMaxThreadCount(0); in Init()
/aosp_15_r20/frameworks/av/services/tuner/
H A Dmain_tunerservice.cpp44 ProcessState::self()->setThreadPoolMaxThreadCount(16); in main()
/aosp_15_r20/packages/services/Car/cpp/packagemanagerproxy/service/src/
Dmain.cpp40 ps->setThreadPoolMaxThreadCount(kMaxBinderThreadCount); in main()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.4/default/
H A Dservice.cpp30 android::ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/default/
H A Dservice.cpp30 android::ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.3/default/
H A Dservice.cpp30 android::ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
Dmain.cpp45 ps->setThreadPoolMaxThreadCount(kMaxBinderThreadCount); in main()
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/default/
H A Dservice.cpp33 android::ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
Dmain.cpp37 ps->setThreadPoolMaxThreadCount(kMaxBinderThreadCount); in main()
/aosp_15_r20/test/dittosuite/src/
H A Dbinder_service.cpp54 android::ProcessState::self()->setThreadPoolMaxThreadCount(threads_); in SetUp()
/aosp_15_r20/system/security/identity/
H A Dmain.cpp60 ProcessState::self()->setThreadPoolMaxThreadCount(2); in main()
/aosp_15_r20/hardware/google/graphics/common/hwc3/
Dservice.cpp52 android::ProcessState::self()->setThreadPoolMaxThreadCount(2); in main()
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client.h38 android::ProcessState::self()->setThreadPoolMaxThreadCount(1); in SetUp()
/aosp_15_r20/system/security/provisioner/support/
H A Dtest.cpp66 android::ProcessState::self()->setThreadPoolMaxThreadCount(2); in main()
/aosp_15_r20/frameworks/native/libs/binderdebug/tests/
H A Dbinderdebug_test.cpp81 android::ProcessState::self()->setThreadPoolMaxThreadCount(8); in main()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DProcessState.h65 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DProcessState.h60 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DProcessState.h60 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DProcessState.h65 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DProcessState.h65 status_t setThreadPoolMaxThreadCount(size_t maxThreads);

123456