Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DProcessState.h91 size_t getThreadPoolMaxThreadCount() const;
/frameworks/native/libs/binder/include/binder/
DProcessState.h91 size_t getThreadPoolMaxThreadCount() const;
/frameworks/native/libs/binder/
DProcessState.cpp405 size_t ProcessState::getThreadPoolMaxThreadCount() const { in getThreadPoolMaxThreadCount() function in android::ProcessState
DBinder.cpp542 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxThreadCount(); in setRpcClientDebug()