Home
last modified time | relevance | path

Searched refs:API_Q (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dmain.cpp155 minApiLevel = API_Q; in run()
200 if (minApiLevel < API_Q) { in run()
202 fprintf(stderr, "minApiLevel must be %d or higher.\n", API_Q); in run()
H A Djava_writer.cpp276 if (minApiLevel == API_Q) { in write_java_pushed_methods()
292 if (minApiLevel == API_Q) { in write_java_pushed_methods()
361 if (minApiLevel <= API_Q) { in write_stats_log_java()
391 if (minApiLevel == API_Q) { in write_stats_log_java()
H A Dnative_writer.cpp161 if (minApiLevel == API_Q) { in write_native_stats_write_methods()
316 if (minApiLevel == API_Q) { in write_stats_log_cpp()
326 if (minApiLevel > API_Q && !atoms.pulledAtomsSignatureInfoMap.empty()) { in write_stats_log_cpp()
H A Dutils.h36 const int API_Q = 29; variable
H A Drust_writer.cpp306 if (minApiLevel == API_Q) { in write_rust_method_body()