Home
last modified time | relevance | path

Searched refs:ANNOTATION_ID_TRIGGER_STATE_RESET (Results 1 – 6 of 6) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.h60 ANNOTATION_ID_TRIGGER_STATE_RESET = 7, enumerator
Dnative_writer.cpp56 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
79 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Djava_writer.cpp86 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
106 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Drust_writer.cpp262 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
285 ANNOTATION_ID_CONSTANTS.at(ANNOTATION_ID_TRIGGER_STATE_RESET); in write_annotations()
Dutils.cpp59 {ANNOTATION_ID_TRIGGER_STATE_RESET, "ANNOTATION_ID_TRIGGER_STATE_RESET"}, in get_annotation_id_constants()
DCollation.cpp247 addAnnotationToAtomDecl(atomDecl, fieldNumber, ANNOTATION_ID_TRIGGER_STATE_RESET, in collate_field_annotations()