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

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

Completed in 1490 milliseconds