Home
last modified time | relevance | path

Searched refs:C2AllocationAhwb (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp1319 class C2AllocationAhwb : public C2GraphicAllocation { class
1321 virtual ~C2AllocationAhwb() override;
1335 C2AllocationAhwb(
1360 C2AllocationAhwb::C2AllocationAhwb( in C2AllocationAhwb() function in android::C2AllocationAhwb
1381 C2AllocationAhwb::~C2AllocationAhwb() { in ~C2AllocationAhwb()
1412 c2_status_t C2AllocationAhwb::map( in map()
1479 c2_status_t C2AllocationAhwb::unmap( in unmap()
1498 bool C2AllocationAhwb::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
1573 allocation->reset(new C2AllocationAhwb( in priorGraphicAllocation()