Home
last modified time | relevance | path

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

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