Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl.cpp609 AidlParcelable* unstructured_parcelable = defined_type->AsUnstructuredParcelable(); in load_and_validate_aidl() local
613 !!interface + !!parcelable + !!unstructured_parcelable + !!enum_decl + !!union_decl != 1, in load_and_validate_aidl()
642 if (unstructured_parcelable != nullptr) { in load_and_validate_aidl()
643 bool isStable = unstructured_parcelable->IsStableApiParcelable(options.TargetLanguage()); in load_and_validate_aidl()
645 AIDL_ERROR(unstructured_parcelable) in load_and_validate_aidl()
651 AIDL_ERROR(unstructured_parcelable) in load_and_validate_aidl()
H A Daidl_language.cpp1167 const AidlParcelable* unstructured_parcelable = this->AsUnstructuredParcelable(); in LanguageSpecificCheckValid() local
1168 if (unstructured_parcelable != nullptr) { in LanguageSpecificCheckValid()
1169 if (unstructured_parcelable->GetCppHeader().empty()) { in LanguageSpecificCheckValid()
1170 AIDL_ERROR(unstructured_parcelable) in LanguageSpecificCheckValid()