Searched refs:AStatsEvent_writeFloat (Results 1 – 9 of 9) sorted by relevance
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 129 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/ |
D | libstatssocket.map.txt | 10 AStatsEvent_writeFloat; # apex # introduced=30
|
D | stats_event.c | 223 void AStatsEvent_writeFloat(AStatsEvent* event, float value) { in AStatsEvent_writeFloat() function
|
/packages/modules/StatsD/statsd/benchmark/ |
D | log_event_benchmark.cpp | 29 AStatsEvent_writeFloat(event, 2.0); in createAndParseStatsEvent()
|
D | filter_value_benchmark.cpp | 41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndMatcher()
|
D | get_dimensions_for_condition_benchmark.cpp | 41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndLink()
|
/packages/modules/StatsD/lib/libstatssocket/include/ |
D | stats_event.h | 110 void AStatsEvent_writeFloat(AStatsEvent* event, float value);
|
/packages/modules/StatsD/statsd/tests/ |
D | LogEvent_test.cpp | 85 AStatsEvent_writeFloat(event, 2.0); in TEST()
|
D | LogEntryMatcher_test.cpp | 59 AStatsEvent_writeFloat(statsEvent, floatValue); in makeFloatLogEvent()
|