Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/benchmark/
Dlog_event_benchmark.cpp32 static size_t createStatsEvent(uint8_t* msg, int numElements = 1) { in createStatsEvent() function
47 return createStatsEvent(msg, 5); in createStatsEventMedium()
51 return createStatsEvent(msg, 10); in createStatsEventLarge()
55 return createStatsEvent(msg, 20); in createStatsEventExtraLarge()
60 const size_t size = createStatsEvent(msg); in BM_LogEventCreation()
70 const size_t size = createStatsEvent(msg); in BM_LogEventCreationWithPrefetch()
85 const size_t size = createStatsEvent(msg); in BM_LogEventCreationWithPrefetchOnly()
/packages/modules/StatsD/statsd/tests/
DSocketListener_test.cpp41 createStatsEvent(statsEvent, INT64_TYPE, /*atomId=*/atomId); in AStatsEventWrapper()
DLogEvent_test.cpp53 createStatsEvent(statsEvent, typeId, /*atomId=*/100); in createFieldWithBoolAnnotationLogEvent()
74 createStatsEvent(statsEvent, typeId, /*atomId=*/100); in createFieldWithIntAnnotationLogEvent()
Dstatsd_test_util.h570 void createStatsEvent(AStatsEvent* statsEvent, uint8_t typeId, uint32_t atomId);
Dstatsd_test_util.cpp2279 void createStatsEvent(AStatsEvent* statsEvent, uint8_t typeId, uint32_t atomId) { in createStatsEvent() function