Searched refs:streamName (Results 1 – 10 of 10) sorted by relevance
/system/tools/hidl/ |
D | NamedType.cpp | 49 const std::string &streamName, in emitDump() argument 51 emitDumpWithMethod(out, streamName, fqName().cppNamespace() + "::toString", name); in emitDump()
|
D | NamedType.h | 47 const std::string &streamName,
|
D | ScalarType.cpp | 241 const std::string &streamName, in emitHexDump() argument 243 out << streamName << " += toHexString(" << name << ");\n"; in emitHexDump()
|
D | EnumType.h | 114 const std::string &streamName, 216 const std::string &streamName, 221 const std::string &streamName,
|
D | Type.cpp | 432 const std::string &streamName, in emitDump() argument 434 emitDumpWithMethod(out, streamName, "::android::hardware::toString", name); in emitDump() 439 const std::string &streamName, in emitDumpWithMethod() argument 442 out << streamName in emitDumpWithMethod() 452 const std::string &streamName, in emitJavaDump() argument 454 out << streamName << ".append(" << name << ");\n"; in emitJavaDump()
|
D | Type.h | 225 const std::string &streamName, 230 const std::string &streamName, 347 const std::string &streamName,
|
D | EnumType.cpp | 614 const std::string &streamName, in emitJavaDump() argument 616 out << streamName << ".append(" << fqName().javaName() << ".toString(" in emitJavaDump() 927 const std::string &streamName, in emitDump() argument 929 out << streamName << " += "<< getEnumType()->fqName().cppNamespace() in emitDump() 936 const std::string &streamName, in emitJavaDump() argument 938 out << streamName << ".append(" << getEnumType()->fqName().javaName() << ".dumpBitfield(" in emitJavaDump()
|
D | ScalarType.h | 87 const std::string &streamName,
|
D | ArrayType.h | 84 const std::string &streamName,
|
D | ArrayType.cpp | 278 const std::string &streamName, in emitJavaDump() argument 280 out << streamName << ".append(java.util.Arrays." in emitJavaDump()
|