Home
last modified time | relevance | path

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

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