Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/tests/
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;