Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_ndk.cpp748 std::string codeToFunction = GlobalClassVarName(defined_type) + "_" + kFunctionNames; in GenerateClassSource() local
749 out << "static const char* " << codeToFunction << "[] = { "; in GenerateClassSource()
772 << on_transact << ", " << codeToFunction << ", " << std::to_string(functionNames.size()) in GenerateClassSource()