Lines Matching refs:IMapper
32 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo;
33 static_assert(sizeof(OldBufferDescriptorInfo) == sizeof(IMapper::BufferDescriptorInfo) &&
35 offsetof(IMapper::BufferDescriptorInfo, width) &&
37 offsetof(IMapper::BufferDescriptorInfo, height) &&
39 offsetof(IMapper::BufferDescriptorInfo, layerCount) &&
41 offsetof(IMapper::BufferDescriptorInfo, format) &&
43 offsetof(IMapper::BufferDescriptorInfo, usage),
63 mMapperV2_1 = IMapper::castFrom(V2_0::vts::Gralloc::getMapper()); in init()
67 sp<IMapper> Gralloc::getMapper() const { in getMapper()
72 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
97 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
108 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()