Home
last modified time | relevance | path

Searched defs: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
116 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
118 const std::shared_ptr<AllocationAshmem> mAlloc;
/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
116 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
118 const std::shared_ptr<AllocationAshmem> mAlloc;