Searched refs:GenerateClientClassDecl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/tools/aidl/ |
D | generate_cpp.cpp | 736 void GenerateClientClassDecl(CodeWriter& out, const AidlInterface& interface, in GenerateClientClassDecl() function 801 GenerateClientClassDecl(out, interface, typenames, options); in GenerateClientHeader() 1115 GenerateClientClassDecl(out, interface, typenames, options); in GenerateInterfaceClassDecl()
|
D | generate_ndk.cpp | 994 void GenerateClientClassDecl(CodeWriter& out, const AidlTypenames& types, in GenerateClientClassDecl() function 1043 GenerateClientClassDecl(out, types, defined_type, options); in GenerateClientHeader() 1255 GenerateClientClassDecl(out, types, defined_type, options); in GenerateInterfaceClassDecl()
|