Searched defs:writeBlob (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp1202 status_t Parcel::writeBlob(size_t len, bool mutableCopy, WritableBlob* outBlob) function in class:android::Parcel
1212 ALOGV("writeBlob: write in place");
1223 ALOGV("writeBlob: write to ashmem");
1259 // Must match up with what's done in writeBlob.
/frameworks/base/core/java/android/os/
H A DParcel.java517 public final void writeBlob(byte[] b) { method in class:Parcel
518 writeBlob(b, 0, (b != null) ? b.length : 0);
530 public final void writeBlob(byte[] b, int offset, int len) { method in class:Parcel

Completed in 597 milliseconds