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