Searched refs:android_log_write_float32 (Results 1 – 7 of 7) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 82 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/ |
D | log_event_list.h | 58 int android_log_write_float32(android_log_context ctx, float value);
|
/system/core/libstats/include/ |
D | stats_event_list.h | 147 int retval = android_log_write_float32(ctx, value); 225 int retval = android_log_write_float32(ctx, value); in AppendFloat()
|
/system/core/liblog/ |
D | liblog.map.txt | 46 android_log_write_float32; # apex vndk
|
D | README.md | 89 int android_log_write_float32(android_log_context ctx, float value)
|
D | log_event_list.cpp | 283 int android_log_write_float32(android_log_context ctx, float value) { in android_log_write_float32() function
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2671 EXPECT_LE(0, android_log_write_float32(ctx, 1.0102030405060708)); in event_test_complex_nested_list()
|