Home
last modified time | relevance | path

Searched defs:maxThreads (Results 1 – 4 of 4) sorted by relevance

/system/libhidl/transport/
DHidlTransportSupport.cpp22 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureRpcThreadpool()
DHidlBinderSupport.cpp193 void configureBinderRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureBinderRpcThreadpool()
/system/libhwbinder/
DProcessState.cpp315 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration()
356 size_t maxThreads = DEFAULT_MAX_BINDER_THREADS; in open_driver() local
/system/tools/hidl/test/
Dhidl_test_client.cpp1684 void test_multithread(int maxThreads, int numThreads) { in test_multithread()