Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp33 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/include/binder/
DProcessState.h62 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/libs/binder/
DProcessState.cpp295 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState