Searched refs:createStatsEvent (Results 1 – 5 of 5) sorted by relevance
/packages/modules/StatsD/statsd/benchmark/ |
D | log_event_benchmark.cpp | 32 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/ |
D | SocketListener_test.cpp | 41 createStatsEvent(statsEvent, INT64_TYPE, /*atomId=*/atomId); in AStatsEventWrapper()
|
D | LogEvent_test.cpp | 53 createStatsEvent(statsEvent, typeId, /*atomId=*/100); in createFieldWithBoolAnnotationLogEvent() 74 createStatsEvent(statsEvent, typeId, /*atomId=*/100); in createFieldWithIntAnnotationLogEvent()
|
D | statsd_test_util.h | 570 void createStatsEvent(AStatsEvent* statsEvent, uint8_t typeId, uint32_t atomId);
|
D | statsd_test_util.cpp | 2279 void createStatsEvent(AStatsEvent* statsEvent, uint8_t typeId, uint32_t atomId) { in createStatsEvent() function
|