Home
last modified time | relevance | path

Searched refs:ashmem (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DBitmap.h115 } ashmem; member
DBitmap.cpp155 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()
/frameworks/base/docs/html/training/articles/
Dmemory.jd104 shared memory regions (either with ashmem or gralloc). For example, window surfaces use shared