Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
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()
/system/logging/liblog/include_vndk/log/
Dlog_event_list.h58 int android_log_write_float32(android_log_context ctx, float value);
/system/core/libstats/push_compat/include/
Dstats_event_list.h144 int retval = android_log_write_float32(ctx, value);
220 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/system/logging/liblog/
Dliblog.map.txt46 android_log_write_float32; # systemapi llndk
DAndroid.bp227 "--allowlist-function=android_log_write_float32",
Dlog_event_list.cpp239 int android_log_write_float32(android_log_context context, float value) { in android_log_write_float32() function
DREADME.md87 int android_log_write_float32(android_log_context ctx, float value)
/system/logging/rust/
Dliblog_event_list.rs97 check_liblog_result(unsafe { log_bindgen::android_log_write_float32(self.ctx, data) })?; in append_f32()
/system/memory/lmkd/
Dlmkd.cpp2358 android_log_write_float32(ctx, pd->mem_stats[PSI_SOME].avg10); in killinfo_log()
2359 android_log_write_float32(ctx, pd->mem_stats[PSI_FULL].avg10); in killinfo_log()
2360 android_log_write_float32(ctx, pd->io_stats[PSI_SOME].avg10); in killinfo_log()
2361 android_log_write_float32(ctx, pd->io_stats[PSI_FULL].avg10); in killinfo_log()
2362 android_log_write_float32(ctx, pd->cpu_stats[PSI_SOME].avg10); in killinfo_log()
2365 android_log_write_float32(ctx, 0); in killinfo_log()
/system/logging/liblog/tests/
Dliblog_test.cpp2276 EXPECT_LE(0, android_log_write_float32(ctx, 1.0102030405060708)); in event_test_complex_nested_list()