Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.cpp177 void Scope::emitGlobalTypeDeclarations(Formatter& out) const { in emitGlobalTypeDeclarations() function in android::Scope
179 type->emitGlobalTypeDeclarations(out); in emitGlobalTypeDeclarations()
DScope.h68 void emitGlobalTypeDeclarations(Formatter& out) const override;
DEnumType.h103 void emitGlobalTypeDeclarations(Formatter& out) const override;
DType.h260 virtual void emitGlobalTypeDeclarations(Formatter& out) const;
DType.cpp612 void Type::emitGlobalTypeDeclarations(Formatter&) const {} in emitGlobalTypeDeclarations() function in android::Type
DEnumType.cpp408 void EnumType::emitGlobalTypeDeclarations(Formatter& out) const { in emitGlobalTypeDeclarations() function in android::EnumType
DgenerateCpp.cpp387 mRootScope.emitGlobalTypeDeclarations(out); in generateInterfaceHeader()