Searched refs:fullJavaName (Results 1 – 7 of 7) sorted by relevance
155 out << superType->fullJavaName(); in generateJava()345 << superInterface->fullJavaName() in generateJava()524 << superInterface->fullJavaName() in generateJava()
41 std::string fullJavaName() const;
183 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()
39 std::string NamedType::fullJavaName() const { in fullJavaName() function in android::NamedType
50 out << "// Methods from " << superInterface->fullJavaName() << " follow.\n"; in generateJavaImpl()
261 out << chain[i]->fullJavaName() << ".kInterfaceName"; in fillDescriptorChainMethod()339 << fullJavaName() in fillGetDescriptorMethod()733 return fullJavaName(); in getJavaType()872 out << fullJavaName() in emitJavaReaderWriter()
360 type->fullJavaName() + " in)"; in declareAidlFunctionSignature()483 out << "case " << compound->fullJavaName() << ".hidl_discriminator." in emitTranslateSource()