Home
last modified time | relevance | path

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

/system/core/include/log/
Dlog.h590 int android_log_write_int64(android_log_context ctx, int64_t value);
/system/core/liblog/tests/
Dliblog_test.cpp2086 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_int64()
2105 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_list_int64()
2128 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_simple_automagic_list()
2170 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708)); in event_test_complex_nested_list()
/system/core/liblog/
Dlog_event_list.c180 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx, in android_log_write_int64() function