Searched refs:blobType (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp2025 int32_t blobType; local
2026 status_t status = readInt32(&blobType);
2029 if (blobType == BLOB_INPLACE) {
2039 bool isMutable = (blobType == BLOB_ASHMEM_MUTABLE);

Completed in 10 milliseconds