Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/
DNamedType.cpp29 void NamedType::setFullName(const FQName &fullName) { in setFullName() argument
30 mFullName = fullName; in setFullName()
45 std::string NamedType::fullName() const { in fullName() function in android::NamedType
DNamedType.h35 void setFullName(const FQName &fullName);
44 std::string fullName() const;
DFmqType.cpp34 std::string FmqType::fullName() const { in fullName() function in android::FmqType
44 const std::string base = fullName(); in getCppType()
136 fullName(), in emitReaderWriterEmbedded()
DCompoundType.cpp88 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 …]
DEnumType.cpp87 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()
DInterface.cpp268 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()
DFmqType.h30 std::string fullName() const;
DgenerateCpp.cpp463 << superType->fullName(); in generateInterfaceHeader()
825 << superInterface->fullName() in generateMethods()
1642 << iface->fullName() in generateStubSourceForMethod()
2010 << iface->fullName() in generatePassthroughSource()
DgenerateJava.cpp357 << superInterface->fullName() in generateJava()