Searched refs:MetadataTypeDescription (Results 1 – 9 of 9) sorted by relevance
92 struct MetadataTypeDescription { struct98 MetadataTypeDescription(const IMapper::MetadataTypeDescription &desc) { in MetadataTypeDescription() argument104 operator IMapper::MetadataTypeDescription() const { in MetadataTypeDescription() argument105 IMapper::MetadataTypeDescription desc; in MetadataTypeDescription()113 MetadataTypeDescription(const AIMapper_MetadataTypeDescription &desc) { in MetadataTypeDescription() function129 MetadataTypeDescription(MetadataType meta, const char* desc, bool gettable, bool settable) { in MetadataTypeDescription() function
587 MetadataTypeDescription describeStandard(StandardMetadataType meta, bool isGettable, bool isSettabl… in describeStandard()589 return MetadataTypeDescription(MetadataType(GRALLOC4_STANDARD_METADATA_TYPE, in describeStandard()593 std::vector<MetadataTypeDescription> listSupportedMetadataTypes() in listSupportedMetadataTypes()598 std::array<MetadataTypeDescription, 23> descriptions = { in listSupportedMetadataTypes()625 return std::vector<MetadataTypeDescription>(descriptions.begin(), descriptions.end()); in listSupportedMetadataTypes()
225 std::vector<MetadataTypeDescription> listSupportedMetadataTypes();
75 using MetadataTypeDescription = variable76 ::android::hardware::graphics::mapper::V4_0::IMapper::MetadataTypeDescription;229 hidl_vec<MetadataTypeDescription> metadata_type_descriptions_ = {
75 using MetadataTypeDescription = variable76 ::android::hardware::graphics::mapper::V4_0::IMapper::MetadataTypeDescription;228 hidl_vec<MetadataTypeDescription> metadata_type_descriptions_ = {
227 std::vector<common::MetadataTypeDescription> desc = common::listSupportedMetadataTypes(); in listSupportedMetadataTypes()228 std::vector<IMapper::MetadataTypeDescription> hidl_description(desc.size()); in listSupportedMetadataTypes()
378 std::vector<common::MetadataTypeDescription> desc = common::listSupportedMetadataTypes(); in listSupportedMetadataTypes()
535 struct MetadataTypeDescription {571 generates (Error error, vec<MetadataTypeDescription> descriptions);
2620 hidl_vec<IMapper::MetadataTypeDescription> descriptions; in TEST_P()