Searched refs:BuildArgList (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp.cpp | 96 ArgList BuildArgList(const AidlTypenames& typenames, const AidlMethod& method, bool for_declaration, in BuildArgList() function 170 BuildArgList(typenames, method, true /* for method decl */), modifiers}}; in BuildMethodDecl() 258 ArgList{BuildArgList(typenames, method, true /* for method decl */)}}}; in DefineClientTransaction() 593 method.GetName(), BuildArgList(typenames, method, false /* not for method decl */))); in HandleServerTransaction() 1036 << BuildArgList(typenames, *method, true, true).ToString() << " override {\n" in BuildInterfaceHeader()
|