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

/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h119 sp<IAllocator> ashmemAllocator, size_t buf_size, uint_t num_buffers = 1);
H A DCameraDevice.cpp110 ALOGI("%s: cannot get ashmemAllocator", __FUNCTION__);
312 sp<IAllocator> ashmemAllocator,
318 ashmemAllocator->allocate(size,
311 CameraHeapMemory( sp<IAllocator> ashmemAllocator, size_t buf_size, uint_t num_buffers) argument
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp869 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); local
870 EXPECT_NE(ashmemAllocator, nullptr);
873 auto res = ashmemAllocator->allocate(
H A Ddrm_hal_vendor_test.cpp1188 sp<IAllocator> ashmemAllocator = IAllocator::getService("ashmem"); local
1189 EXPECT_NE(ashmemAllocator, nullptr);
1192 auto res = ashmemAllocator->allocate(

Completed in 85 milliseconds