Searched defs:streamName (Results 1 - 5 of 5) sorted by relevance
/system/tools/hidl/ |
H A D | NamedType.cpp | 63 const std::string &streamName, 65 emitDumpWithMethod(out, streamName, fqName().cppNamespace() + "::toString", name); 61 emitDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
|
H A D | ScalarType.cpp | 216 const std::string &streamName, 218 out << streamName << " += toHexString(" << name << ");\n"; 214 emitHexDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
|
H A D | ArrayType.cpp | 337 const std::string &streamName, 339 out << streamName << ".append(java.util.Arrays." 335 emitJavaDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
|
H A D | EnumType.cpp | 484 const std::string &streamName, 486 out << streamName << ".append(" << fqName().javaName() << ".toString(" 806 const std::string &streamName, 808 out << streamName << " += "<< getEnumType()->fqName().cppNamespace() 815 const std::string &streamName, 817 out << streamName << ".append(" << getEnumType()->fqName().javaName() << ".dumpBitfield(" 482 emitJavaDump( Formatter &out, const std::string &streamName, const std::string &name) const argument 804 emitDump( Formatter &out, const std::string &streamName, const std::string &name) const argument 813 emitJavaDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
|
H A D | Type.cpp | 203 const std::string &streamName, 205 emitDumpWithMethod(out, streamName, "::android::hardware::toString", name); 210 const std::string &streamName, 213 out << streamName 223 const std::string &streamName, 225 out << streamName << ".append(" << name << ");\n"; 201 emitDump( Formatter &out, const std::string &streamName, const std::string &name) const argument 208 emitDumpWithMethod( Formatter &out, const std::string &streamName, const std::string &methodName, const std::string &name) const argument 221 emitJavaDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
|
Completed in 49 milliseconds