Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h82 int android_log_write_float32(android_log_context ctx, float value);
198 int retval = android_log_write_float32(ctx, value);
264 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/system/core/liblog/include_vndk/log/
Dlog_event_list.h58 int android_log_write_float32(android_log_context ctx, float value);
/system/core/libstats/include/
Dstats_event_list.h147 int retval = android_log_write_float32(ctx, value);
225 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/system/core/liblog/
Dliblog.map.txt46 android_log_write_float32; # apex vndk
DREADME.md89 int android_log_write_float32(android_log_context ctx, float value)
Dlog_event_list.cpp283 int android_log_write_float32(android_log_context ctx, float value) { in android_log_write_float32() function
/system/core/liblog/tests/
Dliblog_test.cpp2671 EXPECT_LE(0, android_log_write_float32(ctx, 1.0102030405060708)); in event_test_complex_nested_list()