Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A Dallocator.cpp112 struct AllocationDtor { struct
113 AllocationDtor(const std::shared_ptr<AllocationAshmem> &alloc) in AllocationDtor() function
137 *alloc = std::shared_ptr<BufferPoolAllocation>(ptr, AllocationDtor(ashmemAlloc)); in allocate()
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A Dallocator.cpp112 struct AllocationDtor { struct
113 AllocationDtor(const std::shared_ptr<AllocationAshmem> &alloc) in AllocationDtor() argument
155 *alloc = std::shared_ptr<BufferPoolAllocation>(ptr, AllocationDtor(ashmemAlloc)); in allocate()