Searched refs:allocator3 (Results 1 – 2 of 2) sorted by relevance
217 sp<IAllocator3> allocator3 = IAllocator3::getService(); in GrallocWrapper() local220 if (allocator3 != nullptr && mapper3 != nullptr) { in GrallocWrapper()222 new GrallocHalWrapper<IAllocator3, IMapper3>(allocator3, mapper3)); in GrallocWrapper()225 (allocator3 != nullptr), (mapper3 != nullptr)); in GrallocWrapper()
221 sp<android::hardware::graphics::allocator::V3_0::IAllocator> allocator3 = in allocateGraphicBuffers() local223 if (allocator3) { in allocateGraphicBuffers()227 grallocVar.emplace<AllocatorV3>(std::move(allocator3), std::move(mapper3)); in allocateGraphicBuffers()