Searched refs:GetInterface (Results 1 – 3 of 3) sorted by relevance
89 const AidlInterface* GetInterface(const AidlTypeSpecifier& type) const;
423 } else if (c.typenames.GetInterface(element_type)) { in WriteToParcelFor()650 } else if (c.typenames.GetInterface(element_type)) { in CreateFromParcelFor()755 } else if (c.typenames.GetInterface(c.type)) { in CreateFromParcelFor()841 } else if (c.typenames.GetInterface(element_type)) { in ReadFromParcelFor()913 } else if (c.typenames.GetInterface(c.type)) { in ReadFromParcelFor()
375 const AidlInterface* AidlTypenames::GetInterface(const AidlTypeSpecifier& type) const { in GetInterface() function in android::aidl::AidlTypenames