Searched refs:ashmem (Results 1 – 3 of 3) sorted by relevance
115 } ashmem; member
155 mPixelStorage.ashmem.address = address; in Bitmap()156 mPixelStorage.ashmem.fd = fd; in Bitmap()157 mPixelStorage.ashmem.size = ashmem_get_size_region(fd); in Bitmap()185 munmap(mPixelStorage.ashmem.address, mPixelStorage.ashmem.size); in doFreePixels()186 close(mPixelStorage.ashmem.fd); in doFreePixels()214 return mPixelStorage.ashmem.fd; in getAshmemFd()
104 shared memory regions (either with ashmem or gralloc). For example, window surfaces use shared