Searched defs:BLOB_ASHMEM_IMMUTABLE (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/
H A DParcel.cpp100 BLOB_ASHMEM_IMMUTABLE = 1, enumerator in enum:android::__anon1629
1233 status = writeInt32(mutableCopy ? BLOB_ASHMEM_MUTABLE : BLOB_ASHMEM_IMMUTABLE);
1253 status_t status = writeInt32(BLOB_ASHMEM_IMMUTABLE);

Completed in 62 milliseconds