Searched refs:blobType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/binder/
H A DParcel.cpp2024 int32_t blobType; local
2025 status_t status = readInt32(&blobType);
2028 if (blobType == BLOB_INPLACE) {
2038 bool isMutable = (blobType == BLOB_ASHMEM_MUTABLE);

Completed in 2511 milliseconds