Home
last modified time | relevance | path

Searched refs:API_S (Results 1 – 2 of 2) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.cpp66 {ANNOTATION_ID_IS_UID, AnnotationStruct(prefix + "IS_UID", API_S)}, in get_annotation_id_constants()
68 AnnotationStruct(prefix + "TRUNCATE_TIMESTAMP", API_S)}, in get_annotation_id_constants()
70 AnnotationStruct(prefix + "PRIMARY_FIELD", API_S)}, in get_annotation_id_constants()
72 AnnotationStruct(prefix + "EXCLUSIVE_STATE", API_S)}, in get_annotation_id_constants()
74 AnnotationStruct(prefix + "PRIMARY_FIELD_FIRST_UID", API_S)}, in get_annotation_id_constants()
76 AnnotationStruct(prefix + "DEFAULT_STATE", API_S)}, in get_annotation_id_constants()
78 AnnotationStruct(prefix + "TRIGGER_STATE_RESET", API_S)}, in get_annotation_id_constants()
79 {ANNOTATION_ID_STATE_NESTED, AnnotationStruct(prefix + "STATE_NESTED", API_S)}, in get_annotation_id_constants()
112 case API_S: in get_java_build_version_code()
Dutils.h39 const int API_S = 31; variable