Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_ndk.h55 std::string NdkArgList(
Daidl_to_ndk.cpp319 std::string NdkArgList( in NdkArgList() function
344 NdkArgList(types, method, FormatArgForDecl) + ")"; in NdkMethodDecl()
Dgenerate_ndk.cpp299 out << NdkArgList(types, method, FormatArgNameOnly) << ");\n"; in GenerateClientMethodDefinition()
371 << NdkArgList(types, method, FormatArgForCall) << ");\n"; in GenerateServerCaseDefinition()
571 << NdkArgList(types, *method, FormatArgNameUnused) << ") {\n"; in GenerateInterfaceSource()