Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 2 of 2) sorted by relevance

/system/core/libstats/socket/tests/
Dstats_event_test.cpp32 void checkTypeHeader(uint8_t** buffer, uint8_t typeId, uint8_t numAnnotations = 0) { in checkTypeHeader()
57 void checkAnnotation(uint8_t** buffer, uint8_t annotationId, uint8_t typeId, T annotationValue) { in checkAnnotation()
/system/core/libstats/socket/
Dstats_event.c153 static void start_field(struct stats_event* event, uint8_t typeId) { in start_field()