Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/vts/
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;
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/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;
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/tests/
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;