Home
last modified time | relevance | path

Searched refs:android_log_write_float32 (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/logging/liblog/include/log/
H A Dlog_event_list.h76 int android_log_write_float32(android_log_context ctx, float value);
190 int retval = android_log_write_float32(ctx, value);
256 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/aosp12/system/core/libstats/push_compat/include/
H A Dstats_event_list.h144 int retval = android_log_write_float32(ctx, value);
220 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_event_list.h58 int android_log_write_float32(android_log_context ctx, float value);
/aosp12/system/logging/liblog/
H A Dliblog.map.txt46 android_log_write_float32; # apex llndk
H A DREADME.md87 int android_log_write_float32(android_log_context ctx, float value)
H A Dlog_event_list.cpp239 int android_log_write_float32(android_log_context context, float value) { in android_log_write_float32() function
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp2009 android_log_write_float32(ctx, pd->mem_stats[PSI_SOME].avg10); in killinfo_log()
2010 android_log_write_float32(ctx, pd->mem_stats[PSI_FULL].avg10); in killinfo_log()
2011 android_log_write_float32(ctx, pd->io_stats[PSI_SOME].avg10); in killinfo_log()
2012 android_log_write_float32(ctx, pd->io_stats[PSI_FULL].avg10); in killinfo_log()
2013 android_log_write_float32(ctx, pd->cpu_stats[PSI_SOME].avg10); in killinfo_log()
2016 android_log_write_float32(ctx, 0); in killinfo_log()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2330 EXPECT_LE(0, android_log_write_float32(ctx, 1.0102030405060708)); in event_test_complex_nested_list()