Lines Matching refs:C2AllocatorGralloc
820 class C2AllocatorGralloc::Impl {
860 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl()
868 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation()
899 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation()
930 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) in C2AllocatorGralloc() function in android::C2AllocatorGralloc
933 C2AllocatorGralloc::~C2AllocatorGralloc() { delete mImpl; } in ~C2AllocatorGralloc()
935 C2Allocator::id_t C2AllocatorGralloc::getId() const { in getId()
939 C2String C2AllocatorGralloc::getName() const { in getName()
943 std::shared_ptr<const C2Allocator::Traits> C2AllocatorGralloc::getTraits() const { in getTraits()
947 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation()
953 c2_status_t C2AllocatorGralloc::priorGraphicAllocation( in priorGraphicAllocation()
959 c2_status_t C2AllocatorGralloc::status() const { in status()
964 bool C2AllocatorGralloc::CheckHandle(const C2Handle* const o) { in CheckHandle()