Home
last modified time | relevance | path

Searched refs:IMapper (Results 1 – 22 of 22) sorted by relevance

/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Utils.h28 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);
DCrosGralloc3Mapper.h14 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);
DCrosGralloc3Allocator.h24 const android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo&
DCrosGralloc3Mapper.cc23 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()
DCrosGralloc3Allocator.cc25 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
DCrosGralloc3Utils.cc26 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
/external/parameter-framework/upstream/parameter/
DMapper.h36 class IMapper
44 virtual ~IMapper() = default;
DInstanceConfigurableElement.h40 class IMapper; variable
84 bool map(IMapper &mapper, std::string &strError);
DSubsystem.h51 class PARAMETER_EXPORT CSubsystem : public CConfigurableElement, private IMapper
DInstanceConfigurableElement.cpp79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
/external/emma/core/java12/com/vladium/util/
DIProperties.java37 interface IMapper interface
70 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;
/external/swiftshader/src/System/
DGrallocAndroid.hpp53 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;
DGrallocAndroid.cpp23 using V3Mapper = android::hardware::graphics::mapper::V3_0::IMapper;
28 using V4Mapper = android::hardware::graphics::mapper::V4_0::IMapper;
/external/swiftshader/src/Common/
DGrallocAndroid.hpp53 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;
DGrallocAndroid.cpp23 using V3Mapper = android::hardware::graphics::mapper::V3_0::IMapper;
28 using V4Mapper = android::hardware::graphics::mapper::V4_0::IMapper;
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Mapper.h12 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);
DCrosGralloc4Allocator.h21 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo&
DCrosGralloc4Utils.h28 const android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo& descriptor,
DCrosGralloc4Allocator.cc24 android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo;
DCrosGralloc4Mapper.cc32 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()
DCrosGralloc4Utils.cc30 android::hardware::graphics::mapper::V4_0::IMapper::BufferDescriptorInfo;
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java36 public static final IProperties.IMapper REPORT_PROPERTY_MAPPER; // set in <clinit>
457 private static final class ReportPropertyMapper implements IProperties.IMapper