Searched refs:getAllocatorId (Results 1 – 8 of 8) sorted by relevance
31 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function56 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function81 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
31 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
132 virtual id_t getAllocatorId() const override;345 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon::Impl381 C2Allocator::id_t C2AllocationIon::getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon382 return mImpl->getAllocatorId(); in getAllocatorId()386 if (!other || other->getAllocatorId() != getAllocatorId()) { in equals()
143 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block1DImpl145 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()202 C2Allocator::id_t C2Block1D::getAllocatorId() const { in getAllocatorId() function in C2Block1D203 return mImpl->getAllocatorId(); in getAllocatorId()818 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block2DImpl820 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()979 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId() function in C2Block2D980 return mImpl->getAllocatorId(); in getAllocatorId()
282 virtual C2Allocator::id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationGralloc
807 virtual C2Allocator::id_t getAllocatorId() const = 0;875 virtual C2Allocator::id_t getAllocatorId() const = 0;1002 C2Allocator::id_t getAllocatorId() const;1778 virtual C2Allocator::id_t getAllocatorId() const = 0;1820 C2Allocator::id_t getAllocatorId() const;
496 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
923 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in requestNewBuffer()956 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()