Home
last modified time | relevance | path

Searched refs:getThreadPoolMaxTotalThreadCount (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/include/binder/
DProcessState.h126 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
/frameworks/native/libs/binder/include/binder/
DProcessState.h126 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dlibbinder_driver.cpp130 CHECK_EQ(0, ps->getThreadPoolMaxTotalThreadCount()) in fuzzService()
/frameworks/native/libs/binder/tests/
DbinderCacheUnitTest.cpp352 CHECK_GT(ProcessState::self()->getThreadPoolMaxTotalThreadCount(), 0); in main()
DbinderLibTest.cpp2502 reply->writeInt32(ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in onTransact()
/frameworks/native/libs/binder/
DBpBinder.cpp434 if (ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0) { in linkToDeath()
570 LOG_ALWAYS_FATAL_IF(ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0, in addFrozenStateChangeCallback()
DProcessState.cpp458 size_t ProcessState::getThreadPoolMaxTotalThreadCount() const { in getThreadPoolMaxTotalThreadCount() function in android::ProcessState
DBackendUnifiedServiceManager.cpp139 } else if (self->getThreadPoolMaxTotalThreadCount() <= 0) { in isClientSideCachingEnabled()
DIServiceManager.cpp692 if (self && 0 == self->getThreadPoolMaxTotalThreadCount()) { in waitForService()
729 name.c_str(), self ? self->getThreadPoolMaxTotalThreadCount() : 0); in waitForService()
DBinder.cpp697 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxTotalThreadCount(); in setRpcClientDebug()