Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_typenames.h89 const AidlInterface* GetInterface(const AidlTypeSpecifier& type) const;
Daidl_to_java.cpp423 } 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()
Daidl_typenames.cpp375 const AidlInterface* AidlTypenames::GetInterface(const AidlTypeSpecifier& type) const { in GetInterface() function in android::aidl::AidlTypenames