Searched refs:android_log_write_int64 (Results 1 – 8 of 8) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 72 int android_log_write_int64(android_log_context ctx, int64_t value); 165 int retval = android_log_write_int64(ctx, value); 171 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); 224 int retval = android_log_write_int64(ctx, value); in AppendLong()
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 112 int retval = android_log_write_int64(ctx, value); 120 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); 180 int retval = android_log_write_int64(ctx, value); in AppendLong()
|
/system/core/libstats/socket/include/ |
D | stats_event_list.h | 110 int retval = android_log_write_int64(ctx, value); 118 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); 178 int retval = android_log_write_int64(ctx, value); in AppendLong()
|
/system/core/liblog/include_vndk/log/ |
D | log_event_list.h | 54 int android_log_write_int64(android_log_context ctx, int64_t value);
|
/system/core/liblog/ |
D | liblog.map.txt | 43 android_log_write_int64; # apex llndk
|
D | log_event_list.cpp | 184 int android_log_write_int64(android_log_context context, int64_t value) { in android_log_write_int64() function
|
D | README.md | 84 int android_log_write_int64(android_log_context ctx, int64_t value)
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2240 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_int64() 2258 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_list_int64() 2281 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_simple_automagic_list() 2322 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708)); in event_test_complex_nested_list()
|