Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_ndk.cpp705 static string GlobalClassVarName(const AidlInterface& interface) { in GlobalClassVarName() function
751 out << "static AIBinder_Class* " << GlobalClassVarName(defined_type) in GenerateClassSource()
791 out << "AIBinder* binder = AIBinder_new(" << GlobalClassVarName(defined_type) in GenerateServerSource()
847 out << "if (!AIBinder_associateClass(binder.get(), " << GlobalClassVarName(defined_type) in GenerateInterfaceSource()