Searched refs:AnnotationId (Results 1 – 18 of 18) sorted by relevance
/frameworks/hardware/interfaces/stats/aidl/android/frameworks/stats/ |
D | Annotation.aidl | 18 import android.frameworks.stats.AnnotationId; 26 AnnotationId annotationId = AnnotationId.UNKNOWN;
|
D | AnnotationId.aidl | 24 enum AnnotationId { enum
|
/frameworks/hardware/interfaces/stats/aidl/test_client/ |
D | AidlStatsClient.cpp | 88 Annotation atomAnnotation{AnnotationId::TRUNCATE_TIMESTAMP, true}; in buildVendorAtomWithAnnotations() 97 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::PRIMARY_FIELD, true}); in buildVendorAtomWithAnnotations() 103 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::IS_UID, true}); in buildVendorAtomWithAnnotations() 109 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::EXCLUSIVE_STATE, true}); in buildVendorAtomWithAnnotations() 110 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::STATE_NESTED, true}); in buildVendorAtomWithAnnotations() 111 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::TRIGGER_STATE_RESET, 0}); in buildVendorAtomWithAnnotations()
|
/frameworks/proto_logging/stats/stats_log_api_gen/test_java/src/com/android/test/statslogapigen/ |
D | VendorAtomCodeGenTest.java | 21 import android.frameworks.stats.AnnotationId; 255 assertThat(atom.atomAnnotations[0].annotationId).isEqualTo(AnnotationId.TRUNCATE_TIMESTAMP); in testCreateAtomWithTruncateTimestampApiGen() 275 .isEqualTo(AnnotationId.TRUNCATE_TIMESTAMP); in testCreateAtomWithTruncateTimestampApiGen() 291 .isEqualTo(AnnotationId.TRUNCATE_TIMESTAMP); in testCreateAtomWithTruncateTimestampApiGen() 310 .isEqualTo(AnnotationId.EXCLUSIVE_STATE); in testCreateAtomWithTruncateTimestampApiGen() 346 .isEqualTo(AnnotationId.PRIMARY_FIELD); in testCreateAtomWithStateAnnotationsApiGen() 352 .isEqualTo(AnnotationId.EXCLUSIVE_STATE); in testCreateAtomWithStateAnnotationsApiGen() 389 .isEqualTo(AnnotationId.PRIMARY_FIELD); in testCreateAtomWithMultipleStateAnnotationsApiGen() 395 .isEqualTo(AnnotationId.PRIMARY_FIELD); in testCreateAtomWithMultipleStateAnnotationsApiGen() 401 .isEqualTo(AnnotationId.EXCLUSIVE_STATE); in testCreateAtomWithMultipleStateAnnotationsApiGen() [all …]
|
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/2/android/frameworks/stats/ |
D | Annotation.aidl | 37 …android.frameworks.stats.AnnotationId annotationId = android.frameworks.stats.AnnotationId.UNKNOWN;
|
D | AnnotationId.aidl | 36 enum AnnotationId { enum
|
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/current/android/frameworks/stats/ |
D | Annotation.aidl | 37 …android.frameworks.stats.AnnotationId annotationId = android.frameworks.stats.AnnotationId.UNKNOWN;
|
D | AnnotationId.aidl | 36 enum AnnotationId { enum
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | test_api_gen_vendor.cpp | 260 EXPECT_EQ(atom1.atomAnnotations.value()[0]->annotationId, AnnotationId::TRUNCATE_TIMESTAMP); in TEST() 273 EXPECT_EQ(atom2.atomAnnotations.value()[0]->annotationId, AnnotationId::TRUNCATE_TIMESTAMP); in TEST() 284 EXPECT_EQ(atom3.atomAnnotations.value()[0]->annotationId, AnnotationId::TRUNCATE_TIMESTAMP); in TEST() 310 AnnotationId::EXCLUSIVE_STATE); in TEST() 343 AnnotationId::PRIMARY_FIELD); in TEST() 351 AnnotationId::EXCLUSIVE_STATE); in TEST() 385 AnnotationId::PRIMARY_FIELD); in TEST() 393 AnnotationId::PRIMARY_FIELD); in TEST() 401 AnnotationId::EXCLUSIVE_STATE); in TEST() 434 AnnotationId::EXCLUSIVE_STATE); in TEST() [all …]
|
D | Collation.h | 54 enum AnnotationId : uint8_t { enum 147 const AnnotationId annotationId; 152 inline Annotation(AnnotationId annotationId, int atomId, AnnotationType type, in Annotation()
|
D | utils.h | 61 const map<AnnotationId, AnnotationStruct>& get_annotation_id_constants(const string& prefix);
|
D | java_writer.cpp | 53 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_java_annotation_constants() 83 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations()
|
D | utils.cpp | 63 const map<AnnotationId, AnnotationStruct>& get_annotation_id_constants(const string& prefix) { in get_annotation_id_constants() 64 static const map<AnnotationId, AnnotationStruct>* ANNOTATION_ID_CONSTANTS = in get_annotation_id_constants() 65 new map<AnnotationId, AnnotationStruct>{ in get_annotation_id_constants()
|
D | native_writer.cpp | 30 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_native_annotation_constants() 48 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations()
|
D | rust_writer.cpp | 236 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_rust_annotation_constants() 248 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations()
|
D | native_writer_vendor.cpp | 81 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_native_annotations_vendor_for_field()
|
D | java_writer_vendor.cpp | 92 const map<AnnotationId, AnnotationStruct>& annotationIdConstants = in write_annotations_vendor_for_field()
|
D | Collation.cpp | 152 const AnnotationId annotationId, in addAnnotationToAtomDecl()
|