Searched refs:getMaxThreads (Results 1 – 7 of 7) sorted by relevance
104 size_t getMaxThreads();
62 size_t getMaxThreads();
56 status_t getMaxThreads(const base::unique_fd& fd, const sp<RpcSession>& session,
106 size_t RpcServer::getMaxThreads() { in getMaxThreads() function in android::RpcServer
270 status_t RpcState::getMaxThreads(const base::unique_fd& fd, const sp<RpcSession>& session, in getMaxThreads() function in android::RpcState601 replyStatus = reply.writeInt32(server->getMaxThreads()); in processTransactInternal()
98 return state()->getMaxThreads(connection.fd(), sp<RpcSession>::fromExisting(this), maxThreads); in getRemoteMaxThreads()
356 size_t ProcessState::getMaxThreads() { in getMaxThreads() function in android::hardware::ProcessState