Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_typenames.h67 bool IsParcelable(const string& type_name) const;
Daidl_to_java.cpp278 } else if (c.typenames.IsParcelable(contained_type)) { in WriteToParcelFor()
502 } else if (c.typenames.IsParcelable(contained_type)) { in CreateFromParcelFor()
688 } else if (c.typenames.IsParcelable(contained_type)) { in ReadFromParcelFor()
Daidl_typenames.cpp171 bool AidlTypenames::IsParcelable(const string& type_name) const { in IsParcelable() function in android::aidl::AidlTypenames