Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp60 static const size_t IN_PLACE_BLOB_LIMIT = 40 * 1024; variable
740 if (!mAllowFds || len <= IN_PLACE_BLOB_LIMIT) { in writeBlob()