Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.h37 const int API_R = 30; variable
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()
326 if (minApiLevel <= API_R) { in write_stats_log_java()
Dmain.cpp210 if (compileApiLevel < API_R) { in run()
212 fprintf(stderr, "compileApiLevel must be %d or higher.\n", API_R); in run()
Dnative_writer.cpp45 const string constantPrefix = minApiLevel > API_R ? "ASTATSLOG_" : ""; in write_annotations()
460 if (minApiLevel > API_R) { in write_stats_log_cpp()
546 if (minApiLevel <= API_R) { in write_stats_log_header()