Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmap.cpp644 static constexpr size_t BLOB_INPLACE_LIMIT = 12 * 1024; variable
650 return size > BLOB_INPLACE_LIMIT && AParcel_getAllowFds(parcel); in shouldUseAshmem()
/frameworks/native/libs/binder/
DParcel.cpp118 [[maybe_unused]] static const size_t BLOB_INPLACE_LIMIT = 16 * 1024; variable
1683 if (!mAllowFds || len <= BLOB_INPLACE_LIMIT) { in writeBlob()