Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
Dmain.cpp23 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/libs/binder/ndk/
Dprocess.cpp32 return ProcessState::self()->setThreadPoolMaxThreadCount(numThreads) == 0; in ABinderProcess_setThreadPoolMaxThreadCount()
/frameworks/native/services/gpuservice/
Dmain_gpuservice.cpp34 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/base/cmds/incidentd/src/
Dmain.cpp41 ps->setThreadPoolMaxThreadCount(1); // everything is oneway, let it queue and save ram in main()
/frameworks/native/services/vr/virtual_touchpad/
Dmain.cpp17 ps->setThreadPoolMaxThreadCount(4); in main()
/frameworks/base/cmds/statsd/src/
Dmain.cpp76 ps->setThreadPoolMaxThreadCount(9); in main()
/frameworks/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp85 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/libs/binder/include/binder/
DProcessState.h73 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/base/cmds/screencap/
Dscreencap.cpp174 ProcessState::self()->setThreadPoolMaxThreadCount(0); in main()
/frameworks/native/libs/binder/
DProcessState.cpp377 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp531 ProcessState::self()->setThreadPoolMaxThreadCount(0); in runBinderServer()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1054 ProcessState::self()->setThreadPoolMaxThreadCount(maxThreads); in android_os_BinderInternal_setMaxThreads()