Home
last modified time | relevance | path

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

/system/core/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/core/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/core/libstats/socket/include/
Dstats_event_list.h142 int retval = android_log_write_float32(ctx, value);
218 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/system/core/liblog/
Dliblog.map.txt46 android_log_write_float32; # apex llndk
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/core/liblog/tests/
Dliblog_test.cpp2330 EXPECT_LE(0, android_log_write_float32(ctx, 1.0102030405060708)); in event_test_complex_nested_list()