Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libstatssocket/
Dstats_event.c156 static void append_byte(AStatsEvent* event, uint8_t value) { in append_byte() function
164 append_byte(event, (uint8_t)value); in append_bool()
209 append_byte(event, typeId); in start_field()
259 append_byte(event, numNodes); in AStatsEvent_writeAttributionChain()
290 append_byte(event, annotationId); in AStatsEvent_addBoolAnnotation()
291 append_byte(event, BOOL_TYPE); in AStatsEvent_addBoolAnnotation()
305 append_byte(event, annotationId); in AStatsEvent_addInt32Annotation()
306 append_byte(event, INT32_TYPE); in AStatsEvent_addInt32Annotation()