Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DgenerateJava.cpp155 out << superType->fullJavaName(); in generateJava()
345 << superInterface->fullJavaName() in generateJava()
524 << superInterface->fullJavaName() in generateJava()
H A DNamedType.h41 std::string fullJavaName() const;
H A 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()
1386 out.sIf("otherObject.getClass() != " + fullJavaName() + ".class", [&] { in emitJavaTypeDeclarations()
1389 out << fullJavaName() << " other = (" << fullJavaName() << ")otherObject;\n"; in emitJavaTypeDeclarations()
1547 out << fullJavaName() << " tmp = "; in emitJavaTypeDeclarations()
1679 out << "for(" << fullJavaName() << " tmp: _hidl_vec) "; in emitJavaTypeDeclarations()
H A DNamedType.cpp39 std::string NamedType::fullJavaName() const { in fullJavaName() function in android::NamedType
H A DgenerateJavaImpl.cpp50 out << "// Methods from " << superInterface->fullJavaName() << " follow.\n"; in generateJavaImpl()
H A DInterface.cpp261 out << chain[i]->fullJavaName() << ".kInterfaceName"; in fillDescriptorChainMethod()
339 << fullJavaName() in fillGetDescriptorMethod()
733 return fullJavaName(); in getJavaType()
872 out << fullJavaName() in emitJavaReaderWriter()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlTranslate.cpp360 type->fullJavaName() + " in)"; in declareAidlFunctionSignature()
483 out << "case " << compound->fullJavaName() << ".hidl_discriminator." in emitTranslateSource()