Home
last modified time | relevance | path

Searched refs:stats_event_add_bool_annotation (Results 1 – 4 of 4) sorted by relevance

/system/core/libstats/socket/
Dlibstatssocket.map.txt16 stats_event_add_bool_annotation; # apex # introduced=1
Dstats_event.c263 void stats_event_add_bool_annotation(struct stats_event* event, uint8_t annotationId, bool value) { in stats_event_add_bool_annotation() function
349 stats_event_add_bool_annotation,
/system/core/libstats/socket/include/
Dstats_event.h125 void stats_event_add_bool_annotation(struct stats_event* event, uint8_t annotationId, bool value);
/system/core/libstats/socket/tests/
Dstats_event_test.cpp288 stats_event_add_bool_annotation(event, boolAnnotation1Id, boolAnnotation1Value); in TEST()
292 stats_event_add_bool_annotation(event, floatAnnotation2Id, floatAnnotation2Value); in TEST()