Searched refs:getThreadPoolMaxTotalThreadCount (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | ProcessState.h | 105 size_t getThreadPoolMaxTotalThreadCount() const;
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | ProcessState.h | 105 size_t getThreadPoolMaxTotalThreadCount() const;
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | ProcessState.h | 105 size_t getThreadPoolMaxTotalThreadCount() const;
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | ProcessState.h | 105 size_t getThreadPoolMaxTotalThreadCount() const;
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | ProcessState.h | 126 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | ProcessState.h | 126 LIBBINDER_EXPORTED size_t getThreadPoolMaxTotalThreadCount() const;
|
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | libbinder_driver.cpp | 115 CHECK_EQ(0, ps->getThreadPoolMaxTotalThreadCount()) in fuzzService()
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | BpBinder.cpp | 439 if (ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0) { in linkToDeath() 575 LOG_ALWAYS_FATAL_IF(ProcessState::self()->getThreadPoolMaxTotalThreadCount() == 0, in addFrozenStateChangeCallback()
|
H A D | IServiceManager.cpp | 669 if (self && 0 == self->getThreadPoolMaxTotalThreadCount()) { in waitForService() 706 name.c_str(), self ? self->getThreadPoolMaxTotalThreadCount() : 0); in waitForService()
|
H A D | BackendUnifiedServiceManager.cpp | 129 if (!self || self->getThreadPoolMaxTotalThreadCount() <= 0) { in isClientSideCachingEnabled()
|
H A D | ProcessState.cpp | 454 size_t ProcessState::getThreadPoolMaxTotalThreadCount() const { in getThreadPoolMaxTotalThreadCount() function in android::ProcessState
|
H A D | Binder.cpp | 695 size_t binderThreadPoolMaxCount = ProcessState::self()->getThreadPoolMaxTotalThreadCount(); in setRpcClientDebug()
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderCacheUnitTest.cpp | 352 CHECK_GT(ProcessState::self()->getThreadPoolMaxTotalThreadCount(), 0); in main()
|
H A D | binderLibTest.cpp | 2464 reply->writeInt32(ProcessState::self()->getThreadPoolMaxTotalThreadCount()); in onTransact()
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/34/64/arm/source-based/ |
D | libbinder.so.lsdump | 23370 "function_name" : "android::ProcessState::getThreadPoolMaxTotalThreadCount",
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/34/64/arm64/source-based/ |
D | libbinder.so.lsdump | 23245 "function_name" : "android::ProcessState::getThreadPoolMaxTotalThreadCount",
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/34/64/x86/source-based/ |
D | libbinder.so.lsdump | 23312 "function_name" : "android::ProcessState::getThreadPoolMaxTotalThreadCount",
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/34/64/x86_64/source-based/ |
D | libbinder.so.lsdump | 23259 "function_name" : "android::ProcessState::getThreadPoolMaxTotalThreadCount",
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/34/64/x86_x86_64/source-based/ |
D | libbinder.so.lsdump | 23312 "function_name" : "android::ProcessState::getThreadPoolMaxTotalThreadCount",
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/34/64/arm_arm64/source-based/ |
D | libbinder.so.lsdump | 23370 "function_name" : "android::ProcessState::getThreadPoolMaxTotalThreadCount",
|