Searched defs:AllocatorV2 (Results 1 – 1 of 1) sorted by relevance
202 struct AllocatorV2 : public GrallocV2 { in allocateGraphicBuffers() struct203 sp<IAllocator> mAllocator; in allocateGraphicBuffers()204 sp<IMapper> mMapper; in allocateGraphicBuffers()205 AllocatorV2(sp<IAllocator>&& allocator, sp<IMapper>&& mapper) in allocateGraphicBuffers() function