Home
last modified time | relevance | path

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

/aosp12/system/core/libstats/socket_lazy/
H A Dlibstatssocket_lazy.cpp103 BIND_SYMBOL(AStatsEvent_writeFloat); in InitializeOnce()
166 void AStatsEvent_writeFloat(AStatsEvent* event, float value) { in AStatsEvent_writeFloat() function
167 INVOKE_METHOD(AStatsEvent_writeFloat, event, value); in AStatsEvent_writeFloat()
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dlibstatssocket.map.txt10 AStatsEvent_writeFloat; # apex # introduced=30
H A Dstats_event.c223 void AStatsEvent_writeFloat(AStatsEvent* event, float value) { in AStatsEvent_writeFloat() function
/aosp12/packages/modules/StatsD/statsd/benchmark/
H A Dlog_event_benchmark.cpp29 AStatsEvent_writeFloat(event, 2.0); in createAndParseStatsEvent()
H A Dfilter_value_benchmark.cpp41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndMatcher()
H A Dget_dimensions_for_condition_benchmark.cpp41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndLink()
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_codec.cpp289 AStatsEvent_writeFloat(event, (float) frameRate); in statsd_codec()
295 AStatsEvent_writeFloat(event, (float) captureRate); in statsd_codec()
301 AStatsEvent_writeFloat(event, (float) operatingRate); in statsd_codec()
/aosp12/system/core/libstats/socket_lazy/tests/
H A Dlibstatssocket_lazy_test.cpp46 EXPECT_DEATH(AStatsEvent_writeFloat(event, 0), kLoadFailed); in TEST_F()
/aosp12/packages/modules/StatsD/lib/libstatssocket/include/
H A Dstats_event.h110 void AStatsEvent_writeFloat(AStatsEvent* event, float value);
/aosp12/frameworks/native/services/stats/
H A DStatsAidl.cpp58 AStatsEvent_writeFloat(event, in reportVendorAtom()
H A DStatsHal.cpp136 AStatsEvent_writeFloat(event, vendorAtom.values[i].floatValue()); in reportVendorAtom()
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/
H A Dstats_event_test.cpp129 AStatsEvent_writeFloat(event, floatValue); in TEST()
328 AStatsEvent_writeFloat(event, floatValue); in TEST()
372 AStatsEvent_writeFloat(event, fieldValue); in TEST()
/aosp12/packages/modules/StatsD/statsd/tests/
H A DLogEvent_test.cpp85 AStatsEvent_writeFloat(event, 2.0); in TEST()
H A DLogEntryMatcher_test.cpp59 AStatsEvent_writeFloat(statsEvent, floatValue); in makeFloatLogEvent()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc33 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeFloat);
1161 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeFloat); in init_stub_library()
H A Dstubs_arm64.cc33 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeFloat);
1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeFloat); in init_stub_library()