Home
last modified time | relevance | path

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

/system/tools/hidl/
DNamedType.h41 std::string fullJavaName() const;
DNamedType.cpp39 std::string NamedType::fullJavaName() const { in fullJavaName() function in android::NamedType
DgenerateJavaImpl.cpp50 out << "// Methods from " << superInterface->fullJavaName() << " follow.\n"; in generateJavaImpl()
DgenerateJava.cpp155 out << superType->fullJavaName(); in generateJava()
345 << superInterface->fullJavaName() in generateJava()
524 << superInterface->fullJavaName() in generateJava()
DCompoundType.cpp183 return fullJavaName(); in getJavaType()
426 out << "new " << fullJavaName() << "();\n"; in emitJavaReaderWriter()
435 const std::string fieldDeclaration = fullJavaName() + " " + fieldName; in emitJavaFieldInitializer()
443 << fullJavaName() in emitJavaFieldDefaultInitialValue()
1411 out.sIf("otherObject.getClass() != " + fullJavaName() + ".class", [&] { in emitJavaTypeDeclarations()
1414 out << fullJavaName() << " other = (" << fullJavaName() << ")otherObject;\n"; in emitJavaTypeDeclarations()
1572 out << fullJavaName() << " tmp = "; in emitJavaTypeDeclarations()
1704 out << "for(" << fullJavaName() << " tmp: _hidl_vec) "; in emitJavaTypeDeclarations()
DInterface.cpp257 out << chain[i]->fullJavaName() << ".kInterfaceName"; in fillDescriptorChainMethod()
335 << fullJavaName() in fillGetDescriptorMethod()
708 return fullJavaName(); in getJavaType()
847 out << fullJavaName() in emitJavaReaderWriter()