Home
last modified time | relevance | path

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

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A Djava_writer.cpp47 if (compileApiLevel <= API_R) { in write_java_annotation_constants()
51 } else if (minApiLevel <= API_R) { // compileApiLevel = S+ in write_java_annotation_constants()
358 if (minApiLevel <= API_R) { in write_stats_log_java()
H A Dnative_writer.cpp45 const string constantPrefix = minApiLevel > API_R ? "ASTATSLOG_" : ""; in write_annotations()
322 if (minApiLevel > API_R) { in write_stats_log_cpp()
396 if (minApiLevel <= API_R) { in write_stats_log_header()
H A Dmain.cpp194 if (compileApiLevel < API_R) { in run()
196 fprintf(stderr, "compileApiLevel must be %d or higher.\n", API_R); in run()
H A Dutils.h37 const int API_R = 30; variable