Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/1.0/vts/
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;
/frameworks/av/media/module/bufferpool/2.0/tests/
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;