Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dallocator.cpp149 std::shared_ptr<AllocationAshmem> ashmemAlloc = in allocate() local
152 if (ashmemAlloc) { in allocate()
153 BufferPoolAllocation *ptr = new BufferPoolAllocation(ashmemAlloc->handle()); in allocate()
155 *alloc = std::shared_ptr<BufferPoolAllocation>(ptr, AllocationDtor(ashmemAlloc)); in allocate()