Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
Dmain.cpp23 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/base/cmds/incidentd/src/
Dmain.cpp44 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/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp85 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/libs/binder/include/binder/
DProcessState.h70 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/cmds/cmd/
Dcmd.cpp131 proc->setThreadPoolMaxThreadCount(0); in main()
/frameworks/base/cmds/screencap/
Dscreencap.cpp182 ProcessState::self()->setThreadPoolMaxThreadCount(0); in main()
/frameworks/native/libs/binder/
DProcessState.cpp356 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp971 ProcessState::self()->setThreadPoolMaxThreadCount(maxThreads); in android_os_BinderInternal_setMaxThreads()