Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp197 mPixelStorage.ashmem.address = address; in Bitmap()
198 mPixelStorage.ashmem.fd = fd; in Bitmap()
199 mPixelStorage.ashmem.size = mappedSize; in Bitmap()
226 munmap(mPixelStorage.ashmem.address, mPixelStorage.ashmem.size); in ~Bitmap()
227 close(mPixelStorage.ashmem.fd); in ~Bitmap()
256 return mPixelStorage.ashmem.address; in getStorage()
267 return mPixelStorage.ashmem.fd; in getAshmemFd()
DBitmap.h122 } ashmem; member
/frameworks/av/media/libaudiohal/
DEffectBufferHalHidl.cpp69 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in init() local
70 if (ashmem == 0) { in init()
75 Return<void> result = ashmem->allocate( in init()
/frameworks/base/core/java/android/hardware/
DSensorDirectChannel.java202 static long[] encodeData(MemoryFile ashmem) { in encodeData() argument
205 fd = ashmem.getFileDescriptor().getInt$(); in encodeData()
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal72 * @param mem the shared memory to use, must be ashmem.