Searched refs:emitJavaTypeDeclarations (Results  1 – 9 of 9) sorted by relevance
| /system/tools/hidl/ | 
| D | Scope.cpp | 217 void Scope::emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const {  in emitJavaTypeDeclarations()  function in android::Scope224         type->emitJavaTypeDeclarations(out, atTopLevel);  in emitJavaTypeDeclarations()
 
 | 
| D | Scope.h | 78     void emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const override;
 | 
| D | generateJava.cpp | 59         type->emitJavaTypeDeclarations(out, true /* atTopLevel */);  in generateJavaTypes()242     iface->emitJavaTypeDeclarations(out, false /* atTopLevel */);  in generateJava()
 
 | 
| D | CompoundType.h | 114     void emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const override;
 | 
| D | EnumType.h | 108     void emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const override;
 | 
| D | Type.h | 290     virtual void emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const;
 | 
| D | Type.cpp | 622 void Type::emitJavaTypeDeclarations(Formatter&, bool) const {}  in emitJavaTypeDeclarations()  function in android::Type
 | 
| D | CompoundType.cpp | 1234 void CompoundType::emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const {  in emitJavaTypeDeclarations()  function in android::CompoundType1245     Scope::emitJavaTypeDeclarations(out, false /* atTopLevel */);  in emitJavaTypeDeclarations()
 
 | 
| D | EnumType.cpp | 529 void EnumType::emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const {  in emitJavaTypeDeclarations()  function in android::EnumType
 |