Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/multithread/1.0/default/
H A DMultithread.cpp18 Return<void> Multithread::setNumThreads(int32_t maxThreads, int32_t numThreads) { in setNumThreads()
/aosp12/frameworks/base/tools/aapt/
H A DWorkQueue.cpp27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) : in WorkQueue()
/aosp12/frameworks/native/libs/binder/
H A DProcessState.cpp349 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) { in setThreadPoolMaxThreadCount()
396 size_t maxThreads = DEFAULT_MAX_BINDER_THREADS; in open_driver() local
H A DRpcSession.cpp96 status_t RpcSession::getRemoteMaxThreads(size_t* maxThreads) { in getRemoteMaxThreads()
H A DRpcState.cpp283 int32_t maxThreads; in getMaxThreads() local
/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/
H A DWorkerPool.cpp233 uint64_t WorkerPool::launchWork(WorkerCallback_t cb, void *usr, int maxThreads) { in launchWork()
/aosp12/system/libhidl/transport/
H A DHidlTransportSupport.cpp31 void configureRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureRpcThreadpool()
H A DHidlBinderSupport.cpp276 void configureBinderRpcThreadpool(size_t maxThreads, bool callerWillJoin) { in configureBinderRpcThreadpool()
/aosp12/system/libhwbinder/
H A DProcessState.cpp310 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration()
380 size_t maxThreads = DEFAULT_MAX_BINDER_THREADS; in open_driver() local
/aosp12/frameworks/base/core/java/android/os/
H A DHwBinder.java114 long maxThreads, boolean callerWillJoin); in configureRpcThreadpool()
/aosp12/frameworks/wilhelm/src/
H A DThreadPool.cpp87 SLresult ThreadPool_init(ThreadPool *tp, unsigned maxClosures, unsigned maxThreads) in ThreadPool_init()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp341 jlong maxThreads, jboolean callerWillJoin) { in JHwBinder_native_configureRpcThreadpool()
H A Dandroid_util_Binder.cpp1155 jobject clazz, jint maxThreads) in android_os_BinderInternal_setMaxThreads()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java2731 int maxThreads = ap.getMaxListCount() + ap.getStartOffset(); in convoListing() local
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp2538 void test_multithread(int maxThreads, int numThreads) { in test_multithread()