Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
Dmain.cpp23 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp35 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/include/binder/
DProcessState.h64 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/libs/binder/
DProcessState.cpp297 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp923 ProcessState::self()->setThreadPoolMaxThreadCount(maxThreads); in android_os_BinderInternal_setMaxThreads()