Searched defs:AllocatorV3 (Results 1 – 1 of 1) sorted by relevance
209 struct AllocatorV3 : public GrallocV3 { in allocateGraphicBuffers() struct210 sp<IAllocator> mAllocator; in allocateGraphicBuffers()211 sp<IMapper> mMapper; in allocateGraphicBuffers()212 AllocatorV3(sp<IAllocator>&& allocator, sp<IMapper>&& mapper) in allocateGraphicBuffers() function