Home
last modified time | relevance | path

Searched refs:AsUnstructuredParcelable (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl.cpp179 if (defined_type.AsUnstructuredParcelable() != nullptr && in write_dep_file()
580 AidlParcelable* unstructuredParcelable = defined_type->AsUnstructuredParcelable(); in load_and_validate_aidl()
694 if (options.IsStructured() && type.AsUnstructuredParcelable() != nullptr && in load_and_validate_aidl()
695 !type.AsUnstructuredParcelable()->IsStableApiParcelable(options.TargetLanguage())) { in load_and_validate_aidl()
793 if (defined_type->AsUnstructuredParcelable() != nullptr) { in compile_aidl()
Daidl_language.h699 const AidlParcelable* AsUnstructuredParcelable() const { in AsUnstructuredParcelable() function
703 AidlParcelable* AsUnstructuredParcelable() { in AsUnstructuredParcelable() function
705 const_cast<const AidlDefinedType*>(this)->AsUnstructuredParcelable()); in AsUnstructuredParcelable()
Daidl_language.cpp929 const AidlParcelable* unstructured_parcelable = this->AsUnstructuredParcelable(); in LanguageSpecificCheckValid()