Home
last modified time | relevance | path

Searched refs:getMaxThreads (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcServer.h104 size_t getMaxThreads();
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h62 size_t getMaxThreads();
/aosp12/frameworks/native/libs/binder/
H A DRpcState.h56 status_t getMaxThreads(const base::unique_fd& fd, const sp<RpcSession>& session,
H A DRpcServer.cpp106 size_t RpcServer::getMaxThreads() { in getMaxThreads() function in android::RpcServer
H A DRpcState.cpp270 status_t RpcState::getMaxThreads(const base::unique_fd& fd, const sp<RpcSession>& session, in getMaxThreads() function in android::RpcState
601 replyStatus = reply.writeInt32(server->getMaxThreads()); in processTransactInternal()
H A DRpcSession.cpp98 return state()->getMaxThreads(connection.fd(), sp<RpcSession>::fromExisting(this), maxThreads); in getRemoteMaxThreads()
/aosp12/system/libhwbinder/
H A DProcessState.cpp356 size_t ProcessState::getMaxThreads() { in getMaxThreads() function in android::hardware::ProcessState