Searched refs:getAllocatorId (Results 1 – 9 of 9) 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
32 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
132 virtual id_t getAllocatorId() const override;302 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon::Impl456 C2Allocator::id_t C2AllocationIon::getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon457 return mImpl->getAllocatorId(); in getAllocatorId()461 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()809 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block2DImpl811 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()970 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId() function in C2Block2D971 return mImpl->getAllocatorId(); in getAllocatorId()
306 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;1005 C2Allocator::id_t getAllocatorId() const;1781 virtual C2Allocator::id_t getAllocatorId() const = 0;1823 C2Allocator::id_t getAllocatorId() const;
143 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function in android::SimpleC2Component::BlockingBlockPool144 return mBase->getAllocatorId(); in getAllocatorId()
282 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
700 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()723 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()