Home
last modified time | relevance | path

Searched defs:annotationId (Results 1 – 3 of 3) sorted by relevance

/system/core/libstats/push_compat/
DStatsEventCompat.cpp196 void StatsEventCompat::addBoolAnnotation(uint8_t annotationId, bool value) { in addBoolAnnotation()
201 void StatsEventCompat::addInt32Annotation(uint8_t annotationId, int32_t value) { in addInt32Annotation()
/system/core/libstats/socket/
Dstats_event.c263 void stats_event_add_bool_annotation(struct stats_event* event, uint8_t annotationId, bool value) { in stats_event_add_bool_annotation()
274 void stats_event_add_int32_annotation(struct stats_event* event, uint8_t annotationId, in stats_event_add_int32_annotation()
/system/core/libstats/socket/tests/
Dstats_event_test.cpp57 void checkAnnotation(uint8_t** buffer, uint8_t annotationId, uint8_t typeId, T annotationValue) { in checkAnnotation()