Home
last modified time | relevance | path

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

/frameworks/native/services/stats/
DStatsAidl.cpp74 for (const auto& atomAnnotation : annotations) { in write_atom_annotations() local
75 if (!atomAnnotation) { in write_atom_annotations()
78 if (!write_annotation(event, *atomAnnotation)) { in write_atom_annotations()
/frameworks/hardware/interfaces/stats/aidl/test_client/
DAidlStatsClient.cpp88 Annotation atomAnnotation{AnnotationId::TRUNCATE_TIMESTAMP, true}; in buildVendorAtomWithAnnotations() local
90 atomAnnotations.push_back(std::make_optional<Annotation>(atomAnnotation)); in buildVendorAtomWithAnnotations()