Home
last modified time | relevance | path

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

/frameworks/native/cmds/surfaceflinger/
Dmain_surfaceflinger.cpp26 ProcessState::self()->setThreadPoolMaxThreadCount(4); in main()
/frameworks/native/include/binder/
DProcessState.h73 status_t setThreadPoolMaxThreadCount(size_t maxThreads);
/frameworks/native/libs/binder/
DProcessState.cpp298 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount() function in android::ProcessState