Searched refs:IMapper2 (Results 1 – 3 of 3) sorted by relevance
35 using IMapper2 = ::android::hardware::graphics::mapper::V2_0::IMapper; typedef256 sp<IMapper2> mapper2 = IMapper2_1::getService(); in GrallocWrapper()258 mapper2 = IMapper2::getService(); in GrallocWrapper()263 new GrallocHalWrapper<IAllocator2, IMapper2>(allocator2, mapper2)); in GrallocWrapper()
354 IMapper2::BufferDescriptorInfo info{}; in allocate()385 IMapper2::Rect accessRegion; in lock()
46 using IMapper2 = android::hardware::graphics::mapper::V2_0::IMapper; variable