Searched refs:IMapper (Results 1 – 22 of 22) sorted by relevance
28 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo& descriptor,35 std::optional<android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo>39 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo& info);
14 class CrosGralloc3Mapper : public android::hardware::graphics::mapper::V3_0::IMapper {64 extern "C" android::hardware::graphics::mapper::V3_0::IMapper* HIDL_FETCH_IMapper(const char* name);
24 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo&
23 using android::hardware::graphics::mapper::V3_0::IMapper;488 android::hardware::graphics::mapper::V3_0::IMapper* HIDL_FETCH_IMapper(const char* /*name*/) { in HIDL_FETCH_IMapper()489 return static_cast<android::hardware::graphics::mapper::V3_0::IMapper*>(new CrosGralloc3Mapper); in HIDL_FETCH_IMapper()
25 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
26 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
36 class IMapper44 virtual ~IMapper() = default;
40 class IMapper; variable84 bool map(IMapper &mapper, std::string &strError);
51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private IMapper
79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
37 interface IMapper interface70 public static IProperties create (final IMapper mapper) in create()85 public static IProperties wrap (final Properties properties, final IMapper mapper) in wrap()299 PropertiesImpl (final HashMap values, final IMapper mapper) in PropertiesImpl()353 private final IMapper m_mapper;
53 android::sp<android::hardware::graphics::mapper::V3_0::IMapper> m_gralloc3_mapper;56 android::sp<android::hardware::graphics::mapper::V4_0::IMapper> m_gralloc4_mapper;
23 using V3Mapper = android::hardware::graphics::mapper::V3_0::IMapper;28 using V4Mapper = android::hardware::graphics::mapper::V4_0::IMapper;
12 class CrosGralloc4Mapper : public android::hardware::graphics::mapper::V4_0::IMapper {81 extern "C" android::hardware::graphics::mapper::V4_0::IMapper* HIDL_FETCH_IMapper(const char* name);
21 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo&
28 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo& descriptor,
24 android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo;
32 using android::hardware::graphics::mapper::V4_0::IMapper;759 supported = hidl_vec<IMapper::MetadataTypeDescription>({ in listSupportedMetadataTypes()1055 android::hardware::graphics::mapper::V4_0::IMapper* HIDL_FETCH_IMapper(const char* /*name*/) { in HIDL_FETCH_IMapper()1056 return static_cast<android::hardware::graphics::mapper::V4_0::IMapper*>(new CrosGralloc4Mapper); in HIDL_FETCH_IMapper()
30 android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo;
36 public static final IProperties.IMapper REPORT_PROPERTY_MAPPER; // set in <clinit>457 private static final class ReportPropertyMapper implements IProperties.IMapper