Home
last modified time | relevance | path

Searched refs:write_native_method_header (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dnative_writer.cpp532 write_native_method_header(out, "int stats_write(", atoms.signatureInfoMap, attributionDecl); in write_stats_log_header()
540 write_native_method_header(out, "int stats_write_non_chained(", in write_stats_log_header()
548 write_native_method_header(out, "void addAStatsEvent(AStatsEventList* pulled_data, ", in write_stats_log_header()
H A Dutils.h95 void write_native_method_header(FILE* out, const string& methodName,
H A Dnative_writer_vendor.cpp372 write_native_method_header(out, "VendorAtom createVendorAtom(", atoms.signatureInfoMap, in write_stats_log_header_vendor()
H A Dutils.cpp409 void write_native_method_header(FILE* out, const string& methodName, in write_native_method_header() function