Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp88 static const size_t BLOB_INPLACE_LIMIT = 16 * 1024; variable
1257 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) { in writeBlob()