Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_checkapi.cpp451 for (const auto new_type : new_types) { in check_api() local
452 const auto found = old_type_names.find(new_type->GetCanonicalName()); in check_api()
454 AIDL_ERROR(new_type) << "Added type: " << new_type->GetCanonicalName(); in check_api()
473 const auto new_type = found->second; in check_api() local
476 if (!CheckEquality(*old_type, *new_type)) { in check_api()
482 if (!have_compatible_annotations(*old_type, *new_type)) { in check_api()
486 if (new_type->AsInterface() == nullptr) { in check_api()
487 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()
489 << " to " << new_type->GetPreprocessDeclarationName(); in check_api()
494 are_compatible_interfaces(*(old_type->AsInterface()), *(new_type->AsInterface())); in check_api()
[all …]
/system/media/camera/docs/
Dmetadata_model.py859 return Kind._combine_children_by_name(self, new_type=type(self))
863 def _combine_children_by_name(self, new_type): argument
877 kind = new_type(self.name, self.parent)
969 return Kind._combine_children_by_name(self, new_type=type(self))