Searched refs:android_log_write_int64 (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 92 int android_log_write_int64(android_log_context ctx, int64_t value); 179 int retval = android_log_write_int64(ctx, value); 185 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); 238 int retval = android_log_write_int64(ctx, value); in AppendLong()
|
/system/core/liblog/ |
D | log_event_list.c | 176 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx, in android_log_write_int64() function
|
D | README | 94 int android_log_write_int64(android_log_context ctx, int64_t value)
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2592 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_int64() 2610 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_list_int64() 2633 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_simple_automagic_list() 2674 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708)); in event_test_complex_nested_list()
|