Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp544 struct LinearAllocationDtor { struct
545 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor() argument
548 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
550 const std::shared_ptr<C2LinearAllocation> mAllocation;