Searched refs:BLOB_INPLACE_LIMIT (Results 1 – 2 of 2) sorted by relevance
644 static constexpr size_t BLOB_INPLACE_LIMIT = 12 * 1024; variable650 return size > BLOB_INPLACE_LIMIT && AParcel_getAllowFds(parcel); in shouldUseAshmem()
118 [[maybe_unused]] static const size_t BLOB_INPLACE_LIMIT = 16 * 1024; variable1683 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) { in writeBlob()