Searched refs:android_log_write_int64 (Results 1 – 3 of 3) sorted by relevance
/system/core/include/log/ |
D | log.h | 590 int android_log_write_int64(android_log_context ctx, int64_t value);
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2086 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/ |
D | log_event_list.c | 180 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx, in android_log_write_int64() function
|