Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_to_ndk.h63 std::string NdkArgList(
H A Daidl_to_ndk.cpp473 std::string NdkArgList( in NdkArgList() function
498 NdkArgList(types, method, FormatArgForDecl) + ")"; in NdkMethodDecl()
H A Dgenerate_ndk.cpp455 out << NdkArgList(types, method, FormatArgNameOnly) << ");\n"; in GenerateClientMethodDefinition()
538 << NdkArgList(types, method, FormatArgForCall) << ");\n"; in GenerateServerCaseDefinition()
776 << NdkArgList(types, *method, FormatArgNameUnused) << ") {\n"; in GenerateInterfaceSource()