Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp273 class C2AllocationGralloc : public C2GraphicAllocation { class
275 virtual ~C2AllocationGralloc() override;
288 C2AllocationGralloc(
309 C2AllocationGralloc::C2AllocationGralloc( in C2AllocationGralloc() function in android::C2AllocationGralloc
326 C2AllocationGralloc::~C2AllocationGralloc() { in ~C2AllocationGralloc()
346 c2_status_t C2AllocationGralloc::map( in map()
558 c2_status_t C2AllocationGralloc::unmap( in unmap()
583 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
697 allocation->reset(new C2AllocationGralloc( in newGraphicAllocation()
728 … allocation->reset(new C2AllocationGralloc(info, mMapper, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()