Home | History | Annotate | Download | only in binder

Lines Matching full:ashmem

42 #include <cutils/ashmem.h>
133 // If we own an ashmem fd, keep track of how much memory it refers to.
1216 ALOGV("writeBlob: write to ashmem");
2276 ALOGV("readBlob: read from ashmem");
2829 // This used to return the size of all blobs that were written to ashmem, now we're returning
2830 // the ashmem currently referenced by this Parcel, which should be equivalent.