Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp521 struct LinearAllocationDtor { struct
522 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor() argument
525 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
527 const std::shared_ptr<C2LinearAllocation> mAllocation;