Home
last modified time | relevance | path

Searched refs:emitJavaTypeDeclarations (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DScope.cpp149 status_t Scope::emitJavaTypeDeclarations( in emitJavaTypeDeclarations() function in android::Scope
152 return type->emitJavaTypeDeclarations(out, atTopLevel); in emitJavaTypeDeclarations()
DgenerateJava.cpp88 type->emitJavaTypeDeclarations(out, true /* atTopLevel */); in generateJavaTypes()
260 status_t err = emitJavaTypeDeclarations(out); in generateJava()
700 status_t AST::emitJavaTypeDeclarations(Formatter &out) const { in emitJavaTypeDeclarations() function in android::AST
701 return mRootScope->emitJavaTypeDeclarations(out, false /* atTopLevel */); in emitJavaTypeDeclarations()
DScope.h57 status_t emitJavaTypeDeclarations(
DCompoundType.h120 status_t emitJavaTypeDeclarations(
DEnumType.h84 status_t emitJavaTypeDeclarations(
DAST.h279 status_t emitJavaTypeDeclarations(Formatter &out) const;
DType.h203 virtual status_t emitJavaTypeDeclarations(
DCompoundType.cpp552 status_t CompoundType::emitJavaTypeDeclarations( in emitJavaTypeDeclarations() function in android::CompoundType
566 Scope::emitJavaTypeDeclarations(out, false /* atTopLevel */); in emitJavaTypeDeclarations()
DType.cpp394 status_t Type::emitJavaTypeDeclarations(Formatter &, bool) const { in emitJavaTypeDeclarations() function in android::Type
DEnumType.cpp352 status_t EnumType::emitJavaTypeDeclarations(Formatter &out, bool atTopLevel) const { in emitJavaTypeDeclarations() function in android::EnumType