Home
last modified time | relevance | path

Searched refs:GenerateParcelClassDecl (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dgenerate_ndk.cpp53 void GenerateParcelClassDecl(CodeWriter& out, const AidlTypenames& types,
55 void GenerateParcelClassDecl(CodeWriter& out, const AidlTypenames& types,
361 GenerateParcelClassDecl(out, types, *parcelable, options); in GenerateClassDecl()
363 GenerateParcelClassDecl(out, types, *union_decl, options); in GenerateClassDecl()
1243 void GenerateParcelClassDecl(CodeWriter& out, const AidlTypenames& types, in GenerateParcelClassDecl() function
1441 void GenerateParcelClassDecl(CodeWriter& out, const AidlTypenames& types, in GenerateParcelClassDecl() function
Dgenerate_cpp.cpp1252 void GenerateParcelClassDecl(CodeWriter& out, const ParcelableType& parcel, in GenerateParcelClassDecl() function
1343 GenerateParcelClassDecl(out, *parcelable, typenames, options); in GenerateClassDecl()
1345 GenerateParcelClassDecl(out, *union_decl, typenames, options); in GenerateClassDecl()