Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h96 int android_log_write_float32(android_log_context ctx, float value);
206 int retval = android_log_write_float32(ctx, value);
272 int retval = android_log_write_float32(ctx, value); in AppendFloat()
/system/core/liblog/
Dlog_event_list.c242 LIBLOG_ABI_PUBLIC int android_log_write_float32(android_log_context ctx, in android_log_write_float32() function
DREADME99 int android_log_write_float32(android_log_context ctx, float value)
/system/core/liblog/tests/
Dliblog_test.cpp2682 EXPECT_LE(0, android_log_write_float32(ctx, 1.0102030405060708)); in event_test_complex_nested_list()