Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp518 struct LinearAllocationDtor { struct
519 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor() argument
522 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
524 const std::shared_ptr<C2LinearAllocation> mAllocation;