Home | History | Annotate | Download | only in binder

Lines Matching defs:Blob

136     // Writes a blob to the parcel.
137 // If the blob is small, then it is stored in-place, otherwise it is
139 // The caller should call release() on the blob after writing its contents.
200 // Reads a blob from the parcel.
201 // The caller should call release() on the blob after reading its contents.
268 class Blob {
270 Blob();
271 ~Blob();
319 class ReadableBlob : public Blob {
325 class WritableBlob : public Blob {