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.c152 static void append_byte(AStatsEvent* event, uint8_t value) { in append_byte() function
160 append_byte(event, (uint8_t)value); in append_bool()
205 append_byte(event, typeId); in start_field()
255 append_byte(event, numNodes); in AStatsEvent_writeAttributionChain()
270 append_byte(event, numElements); in writeArrayMetadata()
271 append_byte(event, elementTypeId); in writeArrayMetadata()
352 append_byte(event, annotationId); in AStatsEvent_addBoolAnnotation()
353 append_byte(event, BOOL_TYPE); in AStatsEvent_addBoolAnnotation()
367 append_byte(event, annotationId); in AStatsEvent_addInt32Annotation()
368 append_byte(event, INT32_TYPE); in AStatsEvent_addInt32Annotation()