Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
Dmain.cpp23 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp31 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/include/binder/
DProcessState.h64 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/libs/binder/
DProcessState.cpp296 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState