Searched defs:emitJavaTypeDeclarations (Results 1 - 4 of 4) sorted by relevance

/system/tools/hidl/
H A DgenerateJava.cpp88 type->emitJavaTypeDeclarations(out, true /* atTopLevel */);
260 status_t err = emitJavaTypeDeclarations(out);
700 status_t AST::emitJavaTypeDeclarations(Formatter &out) const { function in class:android::AST
701 return mRootScope->emitJavaTypeDeclarations(out, false /* atTopLevel */);
H A DCompoundType.cpp552 status_t CompoundType::emitJavaTypeDeclarations( function in class:android::CompoundType
566 Scope::emitJavaTypeDeclarations(out, false /* atTopLevel */);
H A DEnumType.cpp352 status_t EnumType::emitJavaTypeDeclarations(Formatter &out, bool atTopLevel) const { function in class:android::EnumType
H A DType.cpp394 status_t Type::emitJavaTypeDeclarations(Formatter &, bool) const { function in class:android::Type

Completed in 138 milliseconds