Searched defs:IN_PLACE_BLOB_LIMIT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/binder/
H A DParcel.cpp60 static const size_t IN_PLACE_BLOB_LIMIT = 40 * 1024; variable
732 if (!mAllowFds || len <= IN_PLACE_BLOB_LIMIT) {

Completed in 55 milliseconds