Home
last modified time | relevance | path

Searched refs:AStatsEvent_writeFloat (Results 1 – 9 of 9) sorted by relevance

/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp129 AStatsEvent_writeFloat(event, floatValue); in TEST()
328 AStatsEvent_writeFloat(event, floatValue); in TEST()
372 AStatsEvent_writeFloat(event, fieldValue); in TEST()
/packages/modules/StatsD/lib/libstatssocket/
Dlibstatssocket.map.txt10 AStatsEvent_writeFloat; # apex # introduced=30
Dstats_event.c223 void AStatsEvent_writeFloat(AStatsEvent* event, float value) { in AStatsEvent_writeFloat() function
/packages/modules/StatsD/statsd/benchmark/
Dlog_event_benchmark.cpp29 AStatsEvent_writeFloat(event, 2.0); in createAndParseStatsEvent()
Dfilter_value_benchmark.cpp41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndMatcher()
Dget_dimensions_for_condition_benchmark.cpp41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndLink()
/packages/modules/StatsD/lib/libstatssocket/include/
Dstats_event.h110 void AStatsEvent_writeFloat(AStatsEvent* event, float value);
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp85 AStatsEvent_writeFloat(event, 2.0); in TEST()
DLogEntryMatcher_test.cpp59 AStatsEvent_writeFloat(statsEvent, floatValue); in makeFloatLogEvent()