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.c157 static void append_byte(AStatsEvent* event, uint8_t value) { in append_byte() function
165 append_byte(event, (uint8_t)value); in append_bool()
210 append_byte(event, typeId); in start_field()
260 append_byte(event, numNodes); in AStatsEvent_writeAttributionChain()
275 append_byte(event, numElements); in writeArrayMetadata()
276 append_byte(event, elementTypeId); in writeArrayMetadata()
354 append_byte(event, annotationId); in AStatsEvent_addBoolAnnotation()
355 append_byte(event, BOOL_TYPE); in AStatsEvent_addBoolAnnotation()
369 append_byte(event, annotationId); in AStatsEvent_addInt32Annotation()
370 append_byte(event, INT32_TYPE); in AStatsEvent_addInt32Annotation()