Home
last modified time | relevance | path

Searched refs:setThreadPoolConfiguration (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h60 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);
/aosp12/system/libhidl/transport/
H A DHidlBinderSupport.cpp277 status_t ret = ProcessState::self()->setThreadPoolConfiguration( in configureBinderRpcThreadpool()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp343 … ProcessState::self()->setThreadPoolConfiguration(maxThreads, callerWillJoin /*callerJoinsPool*/); in JHwBinder_native_configureRpcThreadpool()
/aosp12/system/libhwbinder/
H A DProcessState.cpp310 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration() function in android::hardware::ProcessState
H A DIPCThreadState.cpp579 mProcess->setThreadPoolConfiguration(1, true /* callerWillJoin */); in setupPolling()