Searched refs:fullName (Results 1 – 9 of 9) sorted by relevance
29 void NamedType::setFullName(const FQName &fullName) { in setFullName() argument30 mFullName = fullName; in setFullName()45 std::string NamedType::fullName() const { in fullName() function in android::NamedType
35 void setFullName(const FQName &fullName);44 std::string fullName() const;
34 std::string FmqType::fullName() const { in fullName() function in android::FmqType44 const std::string base = fullName(); in getCppType()136 fullName(), in emitReaderWriterEmbedded()
88 specifyNamespaces ? fullName() : partialCppName(); in getCppType()201 fullName(), in emitReaderWriterEmbedded()318 << fullName() in emitResolveReferencesEmbedded()384 << fullName() in emitTypeDeclarations()407 << fullName() in emitTypeDeclarations()413 << fullName() in emitTypeDeclarations()448 out << "const " << fullName() << " &obj,\n" in emitGlobalHwDeclarations()459 out << "const " << fullName() << " &obj,\n" in emitGlobalHwDeclarations()470 out << fullName() << " *obj,\n" in emitGlobalHwDeclarations()476 out << "const " << fullName() << " &obj,\n" in emitGlobalHwDeclarations()[all …]
87 return specifyNamespaces ? fullName() : partialCppName(); in getCppType()215 << (lhsIsEnum ? fullName() : storageType) in emitEnumBitwiseOperator()217 << (rhsIsEnum ? fullName() : storageType) in emitEnumBitwiseOperator()255 << storageType << "& v, const " << fullName() << " e) {\n"; in emitBitFieldBitwiseAssignmentOperator()310 std::string valueName = fullName() + "::" + value->name(); in emitTypeDefinitions()339 out.sIf("o == " + fullName() + "::" + value->name(), [&] { in emitTypeDefinitions()441 out << "name: \"" << fullName() << "\"\n"; in emitVtsTypeDeclarations()478 out << "predefined_type: \"" << fullName() << "\"\n"; in emitVtsAttributeType()771 << static_cast<NamedType *>(mElementType)->fullName() << "\"\n"; in emitVtsAttributeType()
268 out << iface->fullName() << "::descriptor,\n"; in fillDescriptorChainMethod()354 << fullName() in fillGetDescriptorMethod()625 + (specifyNamespaces ? fullName() : partialCppName()) in getCppType()754 << "os += " << fullName() << "::descriptor;\n" in emitTypeDefinitions()867 << fullName() in emitVtsAttributeType()
30 std::string fullName() const;
463 << superType->fullName(); in generateInterfaceHeader()825 << superInterface->fullName() in generateMethods()1642 << iface->fullName() in generateStubSourceForMethod()2010 << iface->fullName() in generatePassthroughSource()
357 << superInterface->fullName() in generateJava()