Searched refs:AStatsEvent_writeFloat (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/core/libstats/socket_lazy/ |
H A D | libstatssocket_lazy.cpp | 103 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 D | libstatssocket.map.txt | 10 AStatsEvent_writeFloat; # apex # introduced=30
|
H A D | stats_event.c | 223 void AStatsEvent_writeFloat(AStatsEvent* event, float value) { in AStatsEvent_writeFloat() function
|
/aosp12/packages/modules/StatsD/statsd/benchmark/ |
H A D | log_event_benchmark.cpp | 29 AStatsEvent_writeFloat(event, 2.0); in createAndParseStatsEvent()
|
H A D | filter_value_benchmark.cpp | 41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndMatcher()
|
H A D | get_dimensions_for_condition_benchmark.cpp | 41 AStatsEvent_writeFloat(statsEvent, 3.2f); in createLogEventAndLink()
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | statsd_codec.cpp | 289 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 D | libstatssocket_lazy_test.cpp | 46 EXPECT_DEATH(AStatsEvent_writeFloat(event, 0), kLoadFailed); in TEST_F()
|
/aosp12/packages/modules/StatsD/lib/libstatssocket/include/ |
H A D | stats_event.h | 110 void AStatsEvent_writeFloat(AStatsEvent* event, float value);
|
/aosp12/frameworks/native/services/stats/ |
H A D | StatsAidl.cpp | 58 AStatsEvent_writeFloat(event, in reportVendorAtom()
|
H A D | StatsHal.cpp | 136 AStatsEvent_writeFloat(event, vendorAtom.values[i].floatValue()); in reportVendorAtom()
|
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/ |
H A 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()
|
/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | LogEvent_test.cpp | 85 AStatsEvent_writeFloat(event, 2.0); in TEST()
|
H A D | LogEntryMatcher_test.cpp | 59 AStatsEvent_writeFloat(statsEvent, floatValue); in makeFloatLogEvent()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/ |
H A D | stubs_arm.cc | 33 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeFloat); 1161 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeFloat); in init_stub_library()
|
H A D | stubs_arm64.cc | 33 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeFloat); 1162 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeFloat); in init_stub_library()
|