Searched refs:BuildArgList (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp.cpp | 95 ArgList BuildArgList(const TypeNamespace& types, const AidlMethod& method, bool for_declaration, in BuildArgList() function 157 BuildArgList(types, method, true /* for method decl */), in BuildMethodDecl() 235 ArgList{BuildArgList(types, method, true /* for method decl */)}}}; in DefineClientTransaction() 555 BuildArgList(types, method, false /* not for method decl */))); in HandleServerTransaction() 777 << BuildArgList(types, *method, true, true).ToString() << " {\n" in BuildInterfaceSource()
|