Home
last modified time | relevance | path

Searched refs:fullJavaName (Results 1 – 7 of 7) 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()
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()
DInterface.cpp261 out << chain[i]->fullJavaName() << ".kInterfaceName"; in fillDescriptorChainMethod()
345 << fullJavaName() in fillGetDescriptorMethod()
735 return fullJavaName(); in getJavaType()
874 out << fullJavaName() in emitJavaReaderWriter()
/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp399 type->fullJavaName() + " in)"; in declareAidlFunctionSignature()
522 out << "case " << compound->fullJavaName() << ".hidl_discriminator." in emitTranslateSource()