Home
last modified time | relevance | path

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

/system/tools/hidl/
DMemoryType.cpp113 const std::string& argName, in emitJavaReaderWriter() argument
135 << argName in emitJavaReaderWriter()
DVectorType.cpp359 const std::string &argName, in emitJavaReaderWriter() argument
373 << argName in emitJavaReaderWriter()
411 argName, in emitJavaReaderWriter()
428 argName, in emitJavaReaderWriter()
DMemoryType.h63 const std::string& argName,
DType.cpp475 const std::string &argName, in emitJavaReaderWriter() argument
480 argName, in emitJavaReaderWriter()
651 const std::string &argName, in emitJavaReaderWriterWithSuffix() argument
665 out << argName; in emitJavaReaderWriterWithSuffix()
DVectorType.h75 const std::string &argName,
DArrayType.h93 const std::string &argName,
DType.h236 const std::string &argName,
340 const std::string &argName,
DArrayType.cpp299 const std::string &argName, in emitJavaReaderWriter() argument
331 argName, in emitJavaReaderWriter()
DInterface.h128 const std::string &argName,
DCompoundType.h87 const std::string &argName,
DInterface.cpp871 const std::string &argName, in emitJavaReaderWriter() argument
881 << argName in emitJavaReaderWriter()
883 << argName in emitJavaReaderWriter()
DCompoundType.cpp423 const std::string &argName, in emitJavaReaderWriter() argument
429 out << "(" << getJavaTypeCast(argName) << ")." in emitJavaReaderWriter()
/system/tools/aidl/
Dgenerate_cpp.cpp822 void wrapDelegate(CodeWriter& out, const std::string& argName, const AidlTypeSpecifier& type, in wrapDelegate() argument
824 const std::string argRef = in ? argName : "*" + argName; in wrapDelegate()
825 const std::string targetArgName = in ? "_" + argName : argName; in wrapDelegate()
/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppCodeGenerator.java1022 String argName = loadFile ? "configFile" : "xml"; in printXmlParserFor() local
1027 argName); in printXmlParserFor()
1032 argName); in printXmlParserFor()