Lines Matching refs:C2AllocatorAhwb
916 if (C2AllocatorAhwb::CheckHandle(handle)) { in UnwrapNativeCodec2GrallocHandle()
935 if (C2AllocatorAhwb::CheckHandle(handle)) { in ExtractFormatFromCodec2GrallocHandle()
957 if (C2AllocatorAhwb::CheckHandle(handle)) { in ExtractMetadataFromCodec2GrallocHandle()
1194 if (C2AllocatorAhwb::CheckHandle(handle)) { in _UnwrapNativeCodec2GrallocMetadata()
1503 class C2AllocatorAhwb::Impl {
1534 C2AllocatorAhwb::Impl::Impl(id_t id) in Impl()
1542 c2_status_t C2AllocatorAhwb::Impl::newGraphicAllocation( in newGraphicAllocation()
1555 c2_status_t C2AllocatorAhwb::Impl::priorGraphicAllocation( in priorGraphicAllocation()
1579 C2AllocatorAhwb::C2AllocatorAhwb(id_t id) in C2AllocatorAhwb() function in android::C2AllocatorAhwb
1582 C2AllocatorAhwb::~C2AllocatorAhwb() { delete mImpl; } in ~C2AllocatorAhwb()
1584 C2Allocator::id_t C2AllocatorAhwb::getId() const { in getId()
1588 C2String C2AllocatorAhwb::getName() const { in getName()
1592 std::shared_ptr<const C2Allocator::Traits> C2AllocatorAhwb::getTraits() const { in getTraits()
1596 c2_status_t C2AllocatorAhwb::newGraphicAllocation( in newGraphicAllocation()
1602 c2_status_t C2AllocatorAhwb::priorGraphicAllocation( in priorGraphicAllocation()
1608 c2_status_t C2AllocatorAhwb::status() const { in status()
1613 bool C2AllocatorAhwb::CheckHandle(const C2Handle* const o) { in CheckHandle()