Home
last modified time | relevance | path

Searched refs:setThreadPoolMaxThreadCount (Results 1 – 15 of 15) 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.cpp73 ps->setThreadPoolMaxThreadCount(9); in main()
/frameworks/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp85 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/include/binder/
DProcessState.h67 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/libs/binder/include/binder/
DProcessState.h67 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/cmds/servicemanager/
Dmain.cpp124 ps->setThreadPoolMaxThreadCount(0); in main()
/frameworks/base/cmds/screencap/
Dscreencap.cpp202 ProcessState::self()->setThreadPoolMaxThreadCount(0); in main()
/frameworks/native/libs/binderthreadstate/
Dtest.cpp162 android::ProcessState::self()->setThreadPoolMaxThreadCount(1); in server()
/frameworks/native/libs/binder/
DProcessState.cpp342 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.cpp1170 ProcessState::self()->setThreadPoolMaxThreadCount(maxThreads); in android_os_BinderInternal_setMaxThreads()