Searched defs:BLOB_INPLACE_LIMIT (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/
H A DParcel.cpp96 static const size_t BLOB_INPLACE_LIMIT = 16 * 1024; member in namespace:android
1203 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) {

Completed in 55 milliseconds