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.
1215 ALOGV("writeBlob: write to ashmem");
2194 ALOGV("readBlob: read from ashmem");
2742 // This used to return the size of all blobs that were written to ashmem, now we're returning
2743 // the ashmem currently referenced by this Parcel, which should be equivalent.