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

/system/tools/hidl/
H A DScope.cpp136 status_t Scope::emitJavaTypeDeclarations(
139 return type->emitJavaTypeDeclarations(out, atTopLevel);
H A DScope.h55 status_t emitJavaTypeDeclarations(
H A DgenerateJava.cpp88 type->emitJavaTypeDeclarations(out, true /* atTopLevel */);
260 status_t err = emitJavaTypeDeclarations(out);
699 status_t AST::emitJavaTypeDeclarations(Formatter &out) const { function in class:android::AST
700 return mRootScope.emitJavaTypeDeclarations(out, false /* atTopLevel */);
H A DCompoundType.h122 status_t emitJavaTypeDeclarations(
H A DAST.h281 status_t emitJavaTypeDeclarations(Formatter &out) const;
H A DEnumType.h82 status_t emitJavaTypeDeclarations(
H A DType.h192 virtual status_t emitJavaTypeDeclarations(
H A DCompoundType.cpp562 status_t CompoundType::emitJavaTypeDeclarations( function in class:android::CompoundType
576 Scope::emitJavaTypeDeclarations(out, false /* atTopLevel */);
H A DType.cpp390 status_t Type::emitJavaTypeDeclarations(Formatter &, bool) const { function in class:android::Type
H A DEnumType.cpp348 status_t EnumType::emitJavaTypeDeclarations(Formatter &out, bool atTopLevel) const { function in class:android::EnumType

Completed in 138 milliseconds