Searched refs:BLOB_INPLACE_LIMIT (Results 1 – 2 of 2) sorted by relevance
705 static constexpr size_t BLOB_INPLACE_LIMIT = 12 * 1024; variable711 return size > BLOB_INPLACE_LIMIT && AParcel_getAllowFds(parcel); in shouldUseAshmem()
93 static const size_t BLOB_INPLACE_LIMIT = 16 * 1024; variable1209 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) { in writeBlob()