Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcState.cpp197 constexpr size_t kMaxTransactionAllocation = 100 * 1000; in CommandData() local
199 if (size > kMaxTransactionAllocation) { in CommandData()