Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp364 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); in getDecryptMemory() local
365 EXPECT_NE(nullptr, ashmemAllocator.get()); in getDecryptMemory()
368 auto res = ashmemAllocator->allocate( in getDecryptMemory()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h119 sp<IAllocator> ashmemAllocator, size_t buf_size, uint_t num_buffers = 1);
DCameraDevice.cpp315 sp<IAllocator> ashmemAllocator, in CameraHeapMemory() argument
321 ashmemAllocator->allocate(size, in CameraHeapMemory()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp774 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); in getDecryptMemory() local
775 EXPECT_NE(nullptr, ashmemAllocator.get()); in getDecryptMemory()
778 auto res = ashmemAllocator->allocate( in getDecryptMemory()
Ddrm_hal_vendor_test.cpp1047 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); in getDecryptMemory() local
1048 EXPECT_NE(nullptr, ashmemAllocator.get()); in getDecryptMemory()
1051 auto res = ashmemAllocator->allocate( in getDecryptMemory()