Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h119 sp<IAllocator> ashmemAllocator, size_t buf_size, uint_t num_buffers = 1);
DCameraDevice.cpp312 sp<IAllocator> ashmemAllocator, in CameraHeapMemory() argument
318 ashmemAllocator->allocate(size, in CameraHeapMemory()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp869 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); in getDecryptMemory() local
870 EXPECT_NE(ashmemAllocator, nullptr); in getDecryptMemory()
873 auto res = ashmemAllocator->allocate( in getDecryptMemory()
Ddrm_hal_vendor_test.cpp1188 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); in getDecryptMemory() local
1189 EXPECT_NE(ashmemAllocator, nullptr); in getDecryptMemory()
1192 auto res = ashmemAllocator->allocate( in getDecryptMemory()