Searched defs:ashmem (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaudiohal/
H A DEffectBufferHalHidl.cpp69 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); local
70 if (ashmem == 0) {
71 ALOGE("Failed to retrieve ashmem allocator service");
75 Return<void> result = ashmem->allocate(
91 ALOGE("Failed to map allocated ashmem");
95 ALOGE("Failed to allocate %d bytes from ashmem", (int)mBufferSize);
/frameworks/base/core/java/android/hardware/
H A DSensorDirectChannel.java46 * Shared memory type ashmem, wrapped in MemoryFile object.
202 static long[] encodeData(MemoryFile ashmem) { argument
205 fd = ashmem.getFileDescriptor().getInt$();
/frameworks/base/libs/hwui/hwui/
H A DBitmap.h139 } ashmem; member in union:android::Bitmap::__anon1236

Completed in 667 milliseconds