Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h123 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
/frameworks/native/include/binder/
DProcessState.h123 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dlibbinder_driver.cpp115 CHECK_EQ(0, ps->getThreadPoolMaxTotalThreadCount()) in fuzzService()
/frameworks/native/libs/binder/
DIServiceManager.cpp411 if (0 == ProcessState::self()->getThreadPoolMaxTotalThreadCount()) { in waitForService()
450 name.c_str(), ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in waitForService()
DProcessState.cpp434 size_t ProcessState::getThreadPoolMaxTotalThreadCount() const { in getThreadPoolMaxTotalThreadCount() function in android::ProcessState
DBpBinder.cpp428 if (ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0) { in linkToDeath()
DBinder.cpp679 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxTotalThreadCount(); in setRpcClientDebug()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp2024 reply->writeInt32(ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in onTransact()