Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h92 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/
Dlog_event_list.c176 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx, in android_log_write_int64() function
DREADME94 int android_log_write_int64(android_log_context ctx, int64_t value)
/system/core/liblog/tests/
Dliblog_test.cpp2592 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()