Searched refs:streamName (Results 1 – 10 of 10) sorted by relevance
/system/tools/hidl/ |
D | NamedType.cpp | 51 const std::string &streamName, in emitDump() argument 53 emitDumpWithMethod(out, streamName, fqName().cppNamespace() + "::toString", name); in emitDump()
|
D | NamedType.h | 48 const std::string &streamName,
|
D | ScalarType.cpp | 210 const std::string &streamName, in emitHexDump() argument 212 out << streamName << " += toHexString(" << name << ");\n"; in emitHexDump()
|
D | EnumType.h | 108 const std::string &streamName, 210 const std::string &streamName, 215 const std::string &streamName,
|
D | Type.cpp | 448 const std::string &streamName, in emitDump() argument 450 emitDumpWithMethod(out, streamName, "::android::hardware::toString", name); in emitDump() 455 const std::string &streamName, in emitDumpWithMethod() argument 458 out << streamName in emitDumpWithMethod() 468 const std::string &streamName, in emitJavaDump() argument 470 out << streamName << ".append(" << name << ");\n"; in emitJavaDump()
|
D | Type.h | 244 const std::string &streamName, 249 const std::string &streamName, 371 const std::string &streamName,
|
D | EnumType.cpp | 575 const std::string &streamName, in emitJavaDump() argument 577 out << streamName << ".append(" << fqName().javaName() << ".toString(" in emitJavaDump() 888 const std::string &streamName, in emitDump() argument 890 out << streamName << " += "<< getEnumType()->fqName().cppNamespace() in emitDump() 897 const std::string &streamName, in emitJavaDump() argument 899 out << streamName << ".append(" << getEnumType()->fqName().javaName() << ".dumpBitfield(" in emitJavaDump()
|
D | ScalarType.h | 83 const std::string &streamName,
|
D | ArrayType.h | 106 const std::string &streamName,
|
D | ArrayType.cpp | 349 const std::string &streamName, in emitJavaDump() argument 351 out << streamName << ".append(java.util.Arrays." in emitJavaDump()
|